跳过导航链接
A C D E F G I L N O P R S T U V W 

A

AggregationDistinctProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Aggregation distinct projection.
AggregationDistinctProjection(int, int, AggregationType, String, String, String, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationDistinctProjection
 
AggregationProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Aggregation projection.
AggregationProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationProjection
 
AlterIndexStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Alter index statement context.
AlterIndexStatementContext(AlterIndexStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.AlterIndexStatementContext
 
AlterTableStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Alter table statement context.
AlterTableStatementContext(AlterTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.AlterTableStatementContext
 
AlterViewStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Alter view statement context.
AlterViewStatementContext(AlterViewStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.AlterViewStatementContext
 
AnalyzeTableStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Analyze table statement context.
AnalyzeTableStatementContext(AnalyzeTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.AnalyzeTableStatementContext
 

C

CallStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Call statement context.
CallStatementContext(CallStatement, String) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.CallStatementContext
 
ColumnProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Common projection.
ColumnProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
 
CommonSQLStatementContext<T extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> - org.apache.shardingsphere.infra.binder.statement中的类
Common SQL statement context.
CommonSQLStatementContext(T) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.CommonSQLStatementContext
 
ConstraintAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Constraint available.
CreateDatabaseStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create database statement context.
CreateDatabaseStatementContext(CreateDatabaseStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateDatabaseStatementContext
 
CreateFunctionStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create function statement context.
CreateFunctionStatementContext(CreateFunctionStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateFunctionStatementContext
 
createGenerateKeyContext(List<String>, List<List<ExpressionSegment>>, List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine.GeneratedKeyContextEngine
Create generate key context.
createGroupByContext(SelectStatement) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.groupby.engine.GroupByContextEngine
Create group by context.
CreateIndexStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create index statement context.
CreateIndexStatementContext(CreateIndexStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateIndexStatementContext
 
createOrderBy(ShardingSphereSchema, SelectStatement, GroupByContext) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.orderby.engine.OrderByContextEngine
Create order by context.
createPaginationContext(LimitSegment, List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.LimitPaginationContextEngine
Create pagination context.
createPaginationContext(SelectStatement, ProjectionsContext, List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.PaginationContextEngine
Create pagination context.
createPaginationContext(Collection<ExpressionSegment>, ProjectionsContext, List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.RowNumberPaginationContextEngine
Create pagination context.
createPaginationContext(TopProjectionSegment, Collection<ExpressionSegment>, List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.TopPaginationContextEngine
Create pagination context.
CreateProcedureStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create procedure statement context.
CreateProcedureStatementContext(CreateProcedureStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateProcedureStatementContext
 
createProjection(TableSegment, ProjectionSegment) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.engine.ProjectionEngine
Create projection.
createProjectionsContext(TableSegment, ProjectionsSegment, GroupByContext, OrderByContext) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.engine.ProjectionsContextEngine
Create projections context.
CreateTableStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create table statement context.
CreateTableStatementContext(CreateTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateTableStatementContext
 
CreateViewStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create view statement context.
CreateViewStatementContext(CreateViewStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateViewStatementContext
 

D

DeleteStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Delete statement context.
DeleteStatementContext(DeleteStatement, String) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.DeleteStatementContext
 
DenyUserStatementContext - org.apache.shardingsphere.infra.binder.statement.dcl中的类
Deny user statement context.
DenyUserStatementContext(SQLServerDenyUserStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dcl.DenyUserStatementContext
 
DerivedColumn - org.apache.shardingsphere.infra.binder.segment.select.projection中的枚举
Derived column alias.
DerivedLiteralExpressionSegment - org.apache.shardingsphere.infra.binder.segment.insert.values.expression中的类
Derived literal expression segment.
DerivedLiteralExpressionSegment(Object) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.values.expression.DerivedLiteralExpressionSegment
 
DerivedParameterMarkerExpressionSegment - org.apache.shardingsphere.infra.binder.segment.insert.values.expression中的类
Derived parameter marker expression segment.
DerivedParameterMarkerExpressionSegment(int) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.values.expression.DerivedParameterMarkerExpressionSegment
 
DerivedProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Derived projection.
DerivedProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.DerivedProjection
 
DerivedSimpleExpressionSegment - org.apache.shardingsphere.infra.binder.segment.insert.values.expression中的接口
Derived simple expression segment.
DMLStatementContextHelper - org.apache.shardingsphere.infra.binder.statement.dml.util中的类
DML statement context helper.
DMLStatementContextHelper() - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.util.DMLStatementContextHelper
 
DropDatabaseStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Drop database statement context.
DropDatabaseStatementContext(DropDatabaseStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.DropDatabaseStatementContext
 
DropIndexStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Drop index statement context.
DropIndexStatementContext(DropIndexStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.DropIndexStatementContext
 
DropTableStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Drop table statement context.
DropTableStatementContext(DropTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.DropTableStatementContext
 
DropViewStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Drop view statement context.
DropViewStatementContext(DropViewStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.DropViewStatementContext
 

E

equals(Object) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.orderby.OrderByItem
 
ExplainStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Explain statement context.
ExplainStatementContext(ExplainStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.ExplainStatementContext
 
ExpressionProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Expression projection.
ExpressionProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ExpressionProjection
 

F

findAlias(String) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
Find alias.
findProjectionIndex(String) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
Find projection index.
findTableName(Collection<ColumnSegment>, ShardingSphereSchema) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Find table name.
findTableName(ColumnProjection, ShardingSphereSchema) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Find table name.
findTableNameFromSQL(String) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Find table name from SQL.
FlushStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Flush statement context.
FlushStatementContext(FlushStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.FlushStatementContext
 

G

GeneratedKeyContext - org.apache.shardingsphere.infra.binder.segment.insert.keygen中的类
Generated key context.
GeneratedKeyContext() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.keygen.GeneratedKeyContext
 
GeneratedKeyContextEngine - org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine中的类
Generated key context.
GeneratedKeyContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine.GeneratedKeyContextEngine
 
getActualOffset() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get actual offset.
getActualRowCount() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get actual row count.
getAggregationDistinctProjections() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
Get aggregation distinct projections.
getAggregationProjections() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
Get aggregation projections.
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.DerivedProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ExpressionProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ParameterMarkerProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ShorthandProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.SubqueryProjection
 
getAlias() - 接口 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.Projection
Get alias.
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.AnalyzeTableStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ExplainStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.FlushStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowColumnsStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowCreateTableStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowIndexStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dcl.DenyUserStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dcl.GrantStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dcl.RevokeStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterIndexStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterTableStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateIndexStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateTableStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.DropIndexStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.DropTableStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.PrepareStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.TruncateStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.DeleteStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.UpdateStatementContext
 
getAllTables() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.TableAvailable
Get all table segments.
getAllUniqueTables() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Get all unique table segments.
getColumn(int) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.insert.values.OnDuplicateUpdateContext
Get on duplicate key update column by index of this clause.
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationProjection
Get column label.
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.DerivedProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ExpressionProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ParameterMarkerProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ShorthandProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.SubqueryProjection
 
getColumnLabel() - 接口 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.Projection
Get columnLabel.
getConstraints() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterTableStatementContext
 
getConstraints() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.ConstraintAvailable
Get constraint segments.
getDerivedColumnAlias(int) - 枚举 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.DerivedColumn
Get alias of derived column.
getDescendingColumnNames() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get column names for descending order.
getDistinctColumnLabel() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationDistinctProjection
Get distinct column label.
getExpandProjections() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
Get expand projections with shorthand projections.
getExpression() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationProjection
 
getExpression() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
 
getExpression() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ParameterMarkerProjection
 
getExpression() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ShorthandProjection
 
getExpression() - 接口 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.Projection
Get expression.
getExpressionWithAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
Get expression with alias.
getExpressionWithAlias() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ParameterMarkerProjection
Get expression with alias.
getGeneratedKeyContext() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get generated key context.
getGroupedParameters() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get grouped parameters.
getIndexes() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterIndexStatementContext
 
getIndexes() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterTableStatementContext
 
getIndexes() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateIndexStatementContext
 
getIndexes() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateTableStatementContext
 
getIndexes() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.DropIndexStatementContext
 
getIndexes() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.IndexAvailable
Get index segments.
getInsertColumnNames() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get insert column names.
getOffsetParameterIndex() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get offset parameter index.
getOffsetSegment() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get offset segment.
getOnDuplicateKeyUpdateParameters() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get on duplicate key update parameters.
getOwner() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ShorthandProjection
Get owner.
getParameterIndex(int) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.insert.values.InsertValueContext
Get parameter index via column index.
getRemoveSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowColumnsStatementContext
 
getRemoveSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowIndexStatementContext
 
getRemoveSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowTablesStatementContext
 
getRemoveSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dal.ShowTableStatusStatementContext
 
getRemoveSegments() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.RemoveAvailable
Get remove segments.
getRevisedOffset() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get revised offset.
getRevisedRowCount(SelectStatementContext) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get revised row count.
getRowCountParameterIndex() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get row count parameter index.
getRowCountSegment() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
Get row count segment.
getSchemaName() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Get schema name.
getSchemaName(SQLStatementContext) - 类 中的静态方法org.apache.shardingsphere.infra.binder.statement.dml.util.DMLStatementContextHelper
Get schema name from DML statement context.
getSchemaName() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.SchemaAvailable
Get schema name.
getSqlStatement() - 接口 中的方法org.apache.shardingsphere.infra.binder.statement.SQLStatementContext
Get SQL statement.
getTableNames() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Get table names.
getTablesContext() - 接口 中的方法org.apache.shardingsphere.infra.binder.statement.SQLStatementContext
Get tables context.
getTablesContext() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.TableAvailable
Get tables context.
getValue(int) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.insert.values.InsertValueContext
Get value.
getValue(int) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.insert.values.OnDuplicateUpdateContext
Get value.
getValueListCount() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get value list count.
getWhere() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.DeleteStatementContext
 
getWhere() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
 
getWhere() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.UpdateStatementContext
 
getWhere() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.WhereAvailable
Get where segment.
GrantStatementContext - org.apache.shardingsphere.infra.binder.statement.dcl中的类
Grant statement context.
GrantStatementContext(GrantStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dcl.GrantStatementContext
 
GroupByContext - org.apache.shardingsphere.infra.binder.segment.select.groupby中的类
Group by context.
GroupByContext() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.groupby.GroupByContext
 
GroupByContextEngine - org.apache.shardingsphere.infra.binder.segment.select.groupby.engine中的类
Group by context engine.
GroupByContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.groupby.engine.GroupByContextEngine
 

I

IndexAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Index available.
InsertSelectContext - org.apache.shardingsphere.infra.binder.segment.insert.values中的类
Insert select context.
InsertSelectContext(SelectStatementContext, List<Object>, int) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.values.InsertSelectContext
 
InsertStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Insert SQL statement context.
InsertStatementContext(Map<String, ShardingSphereMetaData>, List<Object>, InsertStatement, String) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
 
InsertValueContext - org.apache.shardingsphere.infra.binder.segment.insert.values中的类
Insert value context.
InsertValueContext(Collection<ExpressionSegment>, List<Object>, int) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.values.InsertValueContext
 
isContainsHaving() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge whether contains having or not.
isContainsJoinQuery() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge whether contains join query or not.
isContainsPartialDistinctAggregation() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge whether contains partial distinct aggregation.
isContainsSubquery() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge whether contains subquery or not.
isDerivedColumn(String) - 枚举 中的静态方法org.apache.shardingsphere.infra.binder.segment.select.projection.DerivedColumn
Judge is derived column or not.
isDerivedColumnName(String) - 枚举 中的静态方法org.apache.shardingsphere.infra.binder.segment.select.projection.DerivedColumn
Judge is derived column name or not.
isSameGroupByAndOrderByItems() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge group by and order by sequence is same or not.
isUnqualifiedShorthandProjection() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
Judge is unqualified shorthand projection or not.

L

LimitPaginationContextEngine - org.apache.shardingsphere.infra.binder.segment.select.pagination.engine中的类
Pagination context engine for limit.
LimitPaginationContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.LimitPaginationContextEngine
 
LogicSQL - org.apache.shardingsphere.infra.binder中的类
Logic SQL.
LogicSQL() - 类 的构造器org.apache.shardingsphere.infra.binder.LogicSQL
 

N

newInstance(Map<String, ShardingSphereMetaData>, List<Object>, SQLStatement, String) - 类 中的静态方法org.apache.shardingsphere.infra.binder.SQLStatementContextFactory
Create SQL statement context.

O

OnDuplicateUpdateContext - org.apache.shardingsphere.infra.binder.segment.insert.values中的类
 
OnDuplicateUpdateContext(Collection<AssignmentSegment>, List<Object>, int) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.insert.values.OnDuplicateUpdateContext
 
OrderByContext - org.apache.shardingsphere.infra.binder.segment.select.orderby中的类
Order by context.
OrderByContext() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.orderby.OrderByContext
 
OrderByContextEngine - org.apache.shardingsphere.infra.binder.segment.select.orderby.engine中的类
Order by context engine.
OrderByContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.orderby.engine.OrderByContextEngine
 
OrderByItem - org.apache.shardingsphere.infra.binder.segment.select.orderby中的类
Order by item.
OrderByItem() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.orderby.OrderByItem
 
org.apache.shardingsphere.infra.binder - 程序包 org.apache.shardingsphere.infra.binder
 
org.apache.shardingsphere.infra.binder.segment.insert.keygen - 程序包 org.apache.shardingsphere.infra.binder.segment.insert.keygen
 
org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine - 程序包 org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine
 
org.apache.shardingsphere.infra.binder.segment.insert.values - 程序包 org.apache.shardingsphere.infra.binder.segment.insert.values
 
org.apache.shardingsphere.infra.binder.segment.insert.values.expression - 程序包 org.apache.shardingsphere.infra.binder.segment.insert.values.expression
 
org.apache.shardingsphere.infra.binder.segment.select.groupby - 程序包 org.apache.shardingsphere.infra.binder.segment.select.groupby
 
org.apache.shardingsphere.infra.binder.segment.select.groupby.engine - 程序包 org.apache.shardingsphere.infra.binder.segment.select.groupby.engine
 
org.apache.shardingsphere.infra.binder.segment.select.orderby - 程序包 org.apache.shardingsphere.infra.binder.segment.select.orderby
 
org.apache.shardingsphere.infra.binder.segment.select.orderby.engine - 程序包 org.apache.shardingsphere.infra.binder.segment.select.orderby.engine
 
org.apache.shardingsphere.infra.binder.segment.select.pagination - 程序包 org.apache.shardingsphere.infra.binder.segment.select.pagination
 
org.apache.shardingsphere.infra.binder.segment.select.pagination.engine - 程序包 org.apache.shardingsphere.infra.binder.segment.select.pagination.engine
 
org.apache.shardingsphere.infra.binder.segment.select.projection - 程序包 org.apache.shardingsphere.infra.binder.segment.select.projection
 
org.apache.shardingsphere.infra.binder.segment.select.projection.engine - 程序包 org.apache.shardingsphere.infra.binder.segment.select.projection.engine
 
org.apache.shardingsphere.infra.binder.segment.select.projection.impl - 程序包 org.apache.shardingsphere.infra.binder.segment.select.projection.impl
 
org.apache.shardingsphere.infra.binder.segment.table - 程序包 org.apache.shardingsphere.infra.binder.segment.table
 
org.apache.shardingsphere.infra.binder.statement - 程序包 org.apache.shardingsphere.infra.binder.statement
 
org.apache.shardingsphere.infra.binder.statement.dal - 程序包 org.apache.shardingsphere.infra.binder.statement.dal
 
org.apache.shardingsphere.infra.binder.statement.dcl - 程序包 org.apache.shardingsphere.infra.binder.statement.dcl
 
org.apache.shardingsphere.infra.binder.statement.ddl - 程序包 org.apache.shardingsphere.infra.binder.statement.ddl
 
org.apache.shardingsphere.infra.binder.statement.dml - 程序包 org.apache.shardingsphere.infra.binder.statement.dml
 
org.apache.shardingsphere.infra.binder.statement.dml.util - 程序包 org.apache.shardingsphere.infra.binder.statement.dml.util
 
org.apache.shardingsphere.infra.binder.type - 程序包 org.apache.shardingsphere.infra.binder.type
 

P

PaginationContext - org.apache.shardingsphere.infra.binder.segment.select.pagination中的类
Pagination context.
PaginationContext(PaginationValueSegment, PaginationValueSegment, List<Object>) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
 
PaginationContextEngine - org.apache.shardingsphere.infra.binder.segment.select.pagination.engine中的类
Pagination context engine.
PaginationContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.PaginationContextEngine
 
ParameterMarkerProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
ParameterMarker projection.
ParameterMarkerProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ParameterMarkerProjection
 
PrepareStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Prepare statement context.
PrepareStatementContext(PrepareStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.PrepareStatementContext
 
Projection - org.apache.shardingsphere.infra.binder.segment.select.projection中的接口
Projection interface.
ProjectionEngine - org.apache.shardingsphere.infra.binder.segment.select.projection.engine中的类
Projection engine.
ProjectionEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.engine.ProjectionEngine
 
ProjectionsContext - org.apache.shardingsphere.infra.binder.segment.select.projection中的类
Projections context.
ProjectionsContext() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
 
ProjectionsContextEngine - org.apache.shardingsphere.infra.binder.segment.select.projection.engine中的类
Projections context engine.
ProjectionsContextEngine(ShardingSphereSchema, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.engine.ProjectionsContextEngine
 

R

RemoveAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Remove available.
RevokeStatementContext - org.apache.shardingsphere.infra.binder.statement.dcl中的类
Revoke statement context.
RevokeStatementContext(RevokeStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dcl.RevokeStatementContext
 
RowNumberPaginationContextEngine - org.apache.shardingsphere.infra.binder.segment.select.pagination.engine中的类
Pagination context engine for row number.
RowNumberPaginationContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.RowNumberPaginationContextEngine
 

S

SchemaAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Schema available.
SelectStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Select SQL statement context.
SelectStatementContext(Map<String, ShardingSphereMetaData>, List<Object>, SelectStatement, String) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
 
setIndexes(Map<String, Integer>) - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Set indexes.
ShorthandProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Shorthand projection.
ShorthandProjection(String, Collection<ColumnProjection>) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ShorthandProjection
 
ShowColumnsStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Show columns statement context.
ShowColumnsStatementContext(MySQLShowColumnsStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.ShowColumnsStatementContext
 
ShowCreateTableStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Show create table statement context.
ShowCreateTableStatementContext(MySQLShowCreateTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.ShowCreateTableStatementContext
 
ShowIndexStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Show index statement context.
ShowIndexStatementContext(MySQLShowIndexStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.ShowIndexStatementContext
 
ShowTablesStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Show tables statement context.
ShowTablesStatementContext(MySQLShowTablesStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.ShowTablesStatementContext
 
ShowTableStatusStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Show table status statement context.
ShowTableStatusStatementContext(MySQLShowTableStatusStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.ShowTableStatusStatementContext
 
SQLStatementContext<T extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> - org.apache.shardingsphere.infra.binder.statement中的接口
SQL statement context.
SQLStatementContextFactory - org.apache.shardingsphere.infra.binder中的类
SQL statement context factory.
SQLStatementContextFactory() - 类 的构造器org.apache.shardingsphere.infra.binder.SQLStatementContextFactory
 
SubqueryProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Subquery projection.
SubqueryProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.SubqueryProjection
 

T

TableAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Table available.
TablesContext - org.apache.shardingsphere.infra.binder.segment.table中的类
Tables context.
TablesContext(SimpleTableSegment) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.table.TablesContext
 
TablesContext(Collection<SimpleTableSegment>) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.table.TablesContext
 
TopPaginationContextEngine - org.apache.shardingsphere.infra.binder.segment.select.pagination.engine中的类
Pagination context engine for top.
TopPaginationContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.TopPaginationContextEngine
 
TruncateStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Truncate statement context.
TruncateStatementContext(TruncateStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.TruncateStatementContext
 

U

UpdateStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Update SQL statement context.
UpdateStatementContext(UpdateStatement, String) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.UpdateStatementContext
 
useDefaultColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Judge whether use default columns or not.

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.infra.binder.segment.select.projection.DerivedColumn
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.shardingsphere.infra.binder.segment.select.projection.DerivedColumn
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WhereAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Where available.
A C D E F G I L N O P R S T U V W 
跳过导航链接

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