Skip navigation links
A C D E F G I L N O P R S T V 

A

AggregationDistinctProjection - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
Aggregation distinct projection.
AggregationDistinctProjection(int, int, AggregationType, String, String, String) - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationDistinctProjection
 
AggregationProjection - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
Aggregation projection.
AggregationProjection() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
 

C

ColumnProjection - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
Common projection.
ColumnProjection() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
CommonSQLStatementContext - Class in org.apache.shardingsphere.sql.parser.relation.statement.impl
Common SQL statement context.
CommonSQLStatementContext(SQLStatement) - Constructor for class org.apache.shardingsphere.sql.parser.relation.statement.impl.CommonSQLStatementContext
 
containsColumn(String, String) - Method in class org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
Judge whether contains column name.
containsTable(String) - Method in class org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
Judge whether contains table.
createGroupByContext(SelectStatement) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine.GroupByContextEngine
Create group by context.
createOrderBy(SelectStatement, GroupByContext) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine.OrderByContextEngine
Create order by context.
createPaginationContext(LimitSegment, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.LimitPaginationContextEngine
Create pagination context.
createPaginationContext(SelectStatement, ProjectionsContext, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.PaginationContextEngine
Create pagination context.
createPaginationContext(Collection<AndPredicate>, ProjectionsContext, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.RowNumberPaginationContextEngine
Create pagination context.
createPaginationContext(TopSegment, Collection<AndPredicate>, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.TopPaginationContextEngine
Create pagination context.
createProjection(String, SelectItemSegment) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionEngine
Create projection.
createProjectionsContext(String, SelectStatement, GroupByContext, OrderByContext) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionsContextEngine
Create projections context.

D

DerivedColumn - Enum in org.apache.shardingsphere.sql.parser.relation.segment.select.projection
Derived column alias.
DerivedLiteralExpressionSegment - Class in org.apache.shardingsphere.sql.parser.relation.segment.insert.expression
Derived literal expression segment.
DerivedLiteralExpressionSegment(Object) - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.insert.expression.DerivedLiteralExpressionSegment
 
DerivedParameterMarkerExpressionSegment - Class in org.apache.shardingsphere.sql.parser.relation.segment.insert.expression
Derived parameter marker expression segment.
DerivedParameterMarkerExpressionSegment(int) - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.insert.expression.DerivedParameterMarkerExpressionSegment
 
DerivedProjection - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
Derived projection.
DerivedProjection() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.DerivedProjection
 
DerivedSimpleExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.relation.segment.insert.expression
Derived simple expression segment.

E

equals(Object) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByItem
 
ExpressionProjection - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
Expression projection.
ExpressionProjection() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ExpressionProjection
 

F

find(String) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Find table via table name or alias.
findAlias(String) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Find alias.
findProjectionIndex(String) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Find projection index.
findTableName(ColumnSegment, RelationMetas) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Find table name.

G

getActualOffset() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get actual offset.
getActualRowCount() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get actual row count.
getAggregationDistinctProjections() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Get aggregation distinct projections.
getAggregationProjections() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Get aggregation projections.
getAlias() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.DerivedProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ExpressionProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
getAlias() - Method in interface org.apache.shardingsphere.sql.parser.relation.segment.select.projection.Projection
Get alias.
getAlias() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.Table
Get alias.
getAllColumnNames(String) - Method in class org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
Get all column names via table.
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
Get column label.
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.DerivedProjection
 
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ExpressionProjection
 
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
getColumnLabel() - Method in interface org.apache.shardingsphere.sql.parser.relation.segment.select.projection.Projection
Get columnLabel.
getDerivedColumnAlias(int) - Method in enum org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Get alias of derived column.
getDescendingColumnNames() - Method in class org.apache.shardingsphere.sql.parser.relation.statement.impl.InsertSQLStatementContext
Get column names for descending order.
getDistinctColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationDistinctProjection
Get distinct column label.
getExpression() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
 
getExpression() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
getExpression() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
getExpression() - Method in interface org.apache.shardingsphere.sql.parser.relation.segment.select.projection.Projection
Get expression.
getGroupedParameters() - Method in class org.apache.shardingsphere.sql.parser.relation.statement.impl.InsertSQLStatementContext
Get grouped parameters.
getOffsetParameterIndex() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get offset parameter index.
getOffsetSegment() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get offset segment.
getOwner() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
Get owner.
getRevisedOffset() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get revised offset.
getRevisedRowCount(SelectSQLStatementContext) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get revised row count.
getRowCountParameterIndex() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get row count parameter index.
getRowCountSegment() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get row count segment.
getSchema() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Get schema.
getSingleTableName() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Get single table name.
getSqlStatement() - Method in interface org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext
Get SQL statement.
getTableNames() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Get table names.
getTablesContext() - Method in interface org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext
Get tables context.
getValue(int) - Method in class org.apache.shardingsphere.sql.parser.relation.segment.insert.InsertValueContext
Get value.
GroupByContext - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.groupby
Group by context.
GroupByContext() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext
 
GroupByContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine
Group by context engine.
GroupByContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine.GroupByContextEngine
 

I

InsertSQLStatementContext - Class in org.apache.shardingsphere.sql.parser.relation.statement.impl
Insert SQL statement context.
InsertSQLStatementContext(RelationMetas, List<Object>, InsertStatement) - Constructor for class org.apache.shardingsphere.sql.parser.relation.statement.impl.InsertSQLStatementContext
 
InsertValueContext - Class in org.apache.shardingsphere.sql.parser.relation.segment.insert
Insert value context.
InsertValueContext(Collection<ExpressionSegment>, List<Object>, int) - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.insert.InsertValueContext
 
isDerivedColumn(String) - Static method in enum org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Judge is derived column or not.
isDerivedColumnName(String) - Static method in enum org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Judge is derived column name or not.
isEmpty() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Judge table is empty or not.
isSameGroupByAndOrderByItems() - Method in class org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
Judge group by and order by sequence is same or not.
isSingleTable() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Judge is single table or not.
isUnqualifiedShorthandProjection() - Method in class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Judge is unqualified shorthand projection or not.

L

LimitPaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine
Pagination context engine for limit.
LimitPaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.LimitPaginationContextEngine
 

N

newInstance(RelationMetas, String, List<Object>, SQLStatement) - Static method in class org.apache.shardingsphere.sql.parser.relation.SQLStatementContextFactory
Create SQL statement context.

O

OrderByContext - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.orderby
Order by context.
OrderByContext() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext
 
OrderByContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine
Order by context engine.
OrderByContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine.OrderByContextEngine
 
OrderByItem - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.orderby
Order by item.
OrderByItem() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByItem
 
org.apache.shardingsphere.sql.parser.relation - package org.apache.shardingsphere.sql.parser.relation
 
org.apache.shardingsphere.sql.parser.relation.metadata - package org.apache.shardingsphere.sql.parser.relation.metadata
 
org.apache.shardingsphere.sql.parser.relation.segment.insert - package org.apache.shardingsphere.sql.parser.relation.segment.insert
 
org.apache.shardingsphere.sql.parser.relation.segment.insert.expression - package org.apache.shardingsphere.sql.parser.relation.segment.insert.expression
 
org.apache.shardingsphere.sql.parser.relation.segment.select.groupby - package org.apache.shardingsphere.sql.parser.relation.segment.select.groupby
 
org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine - package org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.orderby - package org.apache.shardingsphere.sql.parser.relation.segment.select.orderby
 
org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine - package org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.pagination - package org.apache.shardingsphere.sql.parser.relation.segment.select.pagination
 
org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine - package org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.projection - package org.apache.shardingsphere.sql.parser.relation.segment.select.projection
 
org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine - package org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl - package org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
 
org.apache.shardingsphere.sql.parser.relation.segment.table - package org.apache.shardingsphere.sql.parser.relation.segment.table
 
org.apache.shardingsphere.sql.parser.relation.statement - package org.apache.shardingsphere.sql.parser.relation.statement
 
org.apache.shardingsphere.sql.parser.relation.statement.impl - package org.apache.shardingsphere.sql.parser.relation.statement.impl
 

P

PaginationContext - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.pagination
Pagination context.
PaginationContext(PaginationValueSegment, PaginationValueSegment, List<Object>) - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
 
PaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine
Pagination context engine.
PaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.PaginationContextEngine
 
Projection - Interface in org.apache.shardingsphere.sql.parser.relation.segment.select.projection
Projection interface.
ProjectionEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine
Projection engine.
ProjectionEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionEngine
 
ProjectionsContext - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection
Projections context.
ProjectionsContext() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
 
ProjectionsContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine
Projections context engine.
ProjectionsContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionsContextEngine
 

R

RelationMetaData - Class in org.apache.shardingsphere.sql.parser.relation.metadata
Relation meta data.
RelationMetaData(Collection<String>) - Constructor for class org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetaData
 
RelationMetas - Class in org.apache.shardingsphere.sql.parser.relation.metadata
Relation metas.
RelationMetas() - Constructor for class org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
 
RowNumberPaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine
Pagination context engine for row number.
RowNumberPaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.RowNumberPaginationContextEngine
 

S

SelectSQLStatementContext - Class in org.apache.shardingsphere.sql.parser.relation.statement.impl
Select SQL statement context.
SelectSQLStatementContext(SelectStatement, GroupByContext, OrderByContext, ProjectionsContext, PaginationContext) - Constructor for class org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
 
SelectSQLStatementContext(RelationMetas, String, List<Object>, SelectStatement) - Constructor for class org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
 
setIndexes(Map<String, Integer>) - Method in class org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
Set indexes.
ShorthandProjection - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
Shorthand projection.
ShorthandProjection() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
SQLStatementContext - Interface in org.apache.shardingsphere.sql.parser.relation.statement
SQL statement context.
SQLStatementContextFactory - Class in org.apache.shardingsphere.sql.parser.relation
SQL statement context factory.
SQLStatementContextFactory() - Constructor for class org.apache.shardingsphere.sql.parser.relation.SQLStatementContextFactory
 

T

Table - Class in org.apache.shardingsphere.sql.parser.relation.segment.table
Table.
Table() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.table.Table
 
TablesContext - Class in org.apache.shardingsphere.sql.parser.relation.segment.table
Tables context.
TablesContext(SQLStatement) - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
 
TopPaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine
Pagination context engine for top.
TopPaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.TopPaginationContextEngine
 

V

valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I L N O P R S T V 
Skip navigation links

Copyright © 2020 The Apache Software Foundation. All rights reserved.