跳过导航链接
A C D E F G I K L M N O P Q 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) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.CallStatementContext
 
CloseStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Close statement context.
CloseStatementContext(CloseStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CloseStatementContext
 
ColumnProjection - org.apache.shardingsphere.infra.binder.segment.select.projection.impl中的类
Common projection.
ColumnProjection() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
 
CommentStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Comment statement context.
CommentStatementContext(CommentStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CommentStatementContext
 
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.
containsInsertColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Judge whether contains insert columns.
CopyStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Copy statement context.
CopyStatementContext(CopyStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.CopyStatementContext
 
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(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>, Collection<WhereSegment>) - 类 中的方法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.
CreateSchemaStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Create schema statement context.
CreateSchemaStatementContext(CreateSchemaStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CreateSchemaStatementContext
 
createSubqueryTableContexts(SelectStatementContext, String) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.select.subquery.engine.SubqueryTableContextEngine
Create subquery table contexts.
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
 
CursorAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Cursor available.
CursorDefinitionAware - org.apache.shardingsphere.infra.binder.aware中的接口
Cursor definition aware.
CursorStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Cursor statement context.
CursorStatementContext(Map<String, ShardingSphereDatabase>, List<Object>, OpenGaussCursorStatement, String) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.CursorStatementContext
 

D

decide(QueryContext, ShardingSphereDatabase) - 类 中的方法org.apache.shardingsphere.infra.binder.decider.engine.SQLFederationDeciderEngine
Decide.
decide(SQLFederationDeciderContext, QueryContext, ShardingSphereDatabase, T, ConfigurationProperties) - 接口 中的方法org.apache.shardingsphere.infra.binder.decider.SQLFederationDecider
Judge whether to use sql federation engine.
DeleteStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Delete statement context.
DeleteStatementContext(DeleteStatement) - 类 的构造器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.
DoStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Do statement context.
DoStatementContext(DoStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.DoStatementContext
 
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

FetchStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Fetch statement context.
FetchStatementContext(FetchStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.FetchStatementContext
 
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.
findSqlStatementDatabaseName() - 类 中的方法org.apache.shardingsphere.infra.binder.QueryContext
Find sql statement database name.
findTableNamesByColumnProjection(Collection<ColumnProjection>, ShardingSphereSchema) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Find expression table name map by column projection.
findTableNamesByColumnSegment(Collection<ColumnSegment>, ShardingSphereSchema) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Find expression table name map by column segment.
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.
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.OptimizeTableStatementContext
 
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.AlterViewStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CommentStatementContext
 
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.CreateViewStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CursorStatementContext
 
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.DropViewStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.PrepareStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.RenameTableStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.TruncateStatementContext
 
getAllTables() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.CopyStatementContext
 
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.
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.
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CloseStatementContext
 
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CursorStatementContext
 
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.FetchStatementContext
 
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.MoveStatementContext
 
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.DeleteStatementContext
 
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
 
getColumnSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.UpdateStatementContext
 
getColumnSegments() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.WhereAvailable
Get column segments.
getConstraints() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterTableStatementContext
 
getConstraints() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateTableStatementContext
 
getConstraints() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.ConstraintAvailable
Get constraint segments.
getCursorName() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CloseStatementContext
 
getCursorName() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CursorStatementContext
 
getCursorName() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.FetchStatementContext
 
getCursorName() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.MoveStatementContext
 
getCursorName() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.CursorAvailable
Get cursor name segment.
getDatabaseName() - 类 中的方法org.apache.shardingsphere.infra.binder.segment.table.TablesContext
Get database name.
getDatabaseType() - 接口 中的方法org.apache.shardingsphere.infra.binder.statement.SQLStatementContext
Get database type.
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.
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.
getIndexColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterIndexStatementContext
 
getIndexColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.AlterTableStatementContext
 
getIndexColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateIndexStatementContext
 
getIndexColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CreateTableStatementContext
 
getIndexColumns() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.DropIndexStatementContext
 
getIndexColumns() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.IndexAvailable
Get index columns.
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.
getInstances(Collection<ShardingSphereRule>) - 类 中的静态方法org.apache.shardingsphere.infra.binder.decider.SQLFederationDeciderFactory
Get instances of SQL federation decider.
getLiteralValue(int) - 类 中的方法org.apache.shardingsphere.infra.binder.segment.insert.values.InsertValueContext
Get literal value.
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.
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.OnDuplicateUpdateContext
Get value.
getValueListCount() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
Get value list count.
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CloseStatementContext
 
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CursorStatementContext
 
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.FetchStatementContext
 
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.MoveStatementContext
 
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.DeleteStatementContext
 
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
 
getWhereSegments() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.UpdateStatementContext
 
getWhereSegments() - 接口 中的方法org.apache.shardingsphere.infra.binder.type.WhereAvailable
Get where segments.
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, ShardingSphereDatabase>, 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
 
isContainsCombine() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge whether contains combine or not.
isContainsDollarParameterMarker() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
Judge whether contains dollar parameter marker or not.
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.
isHintWriteRouteOnly() - 类 中的方法org.apache.shardingsphere.infra.binder.statement.CommonSQLStatementContext
Judge whether is hint routed to write data source 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.

K

KillStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Kill process statement.
KillStatementContext(MySQLKillStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.KillStatementContext
 

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
 

M

MoveStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Move statement context.
MoveStatementContext(MoveStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.MoveStatementContext
 

N

newInstance(Map<String, ShardingSphereDatabase>, SQLStatement, String) - 类 中的静态方法org.apache.shardingsphere.infra.binder.SQLStatementContextFactory
Create SQL statement context.
newInstance(Map<String, ShardingSphereDatabase>, 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
 
OptimizeTableStatementContext - org.apache.shardingsphere.infra.binder.statement.dal中的类
Optimize table statement context.
OptimizeTableStatementContext(MySQLOptimizeTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dal.OptimizeTableStatementContext
 
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.aware - 程序包 org.apache.shardingsphere.infra.binder.aware
 
org.apache.shardingsphere.infra.binder.decider - 程序包 org.apache.shardingsphere.infra.binder.decider
 
org.apache.shardingsphere.infra.binder.decider.context - 程序包 org.apache.shardingsphere.infra.binder.decider.context
 
org.apache.shardingsphere.infra.binder.decider.engine - 程序包 org.apache.shardingsphere.infra.binder.decider.engine
 
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.select.subquery - 程序包 org.apache.shardingsphere.infra.binder.segment.select.subquery
 
org.apache.shardingsphere.infra.binder.segment.select.subquery.engine - 程序包 org.apache.shardingsphere.infra.binder.segment.select.subquery.engine
 
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.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
 
ParameterAware - org.apache.shardingsphere.infra.binder.aware中的接口
Parameter aware.
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(int, int, boolean, Collection<Projection>) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
 
ProjectionsContextEngine - org.apache.shardingsphere.infra.binder.segment.select.projection.engine中的类
Projections context engine.
ProjectionsContextEngine(String, Map<String, ShardingSphereSchema>, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.projection.engine.ProjectionsContextEngine
 

Q

QueryContext - org.apache.shardingsphere.infra.binder中的类
Query context.
QueryContext(SQLStatementContext<?>, String, List<Object>) - 类 的构造器org.apache.shardingsphere.infra.binder.QueryContext
 

R

RemoveAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Remove available.
RenameTableStatementContext - org.apache.shardingsphere.infra.binder.statement.ddl中的类
Rename table statement context.
RenameTableStatementContext(RenameTableStatement) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.ddl.RenameTableStatementContext
 
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

SelectStatementContext - org.apache.shardingsphere.infra.binder.statement.dml中的类
Select SQL statement context.
SelectStatementContext(Map<String, ShardingSphereDatabase>, 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.
setUpCursorDefinition(CursorStatementContext) - 接口 中的方法org.apache.shardingsphere.infra.binder.aware.CursorDefinitionAware
Set up cursor definition.
setUpCursorDefinition(CursorStatementContext) - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.CloseStatementContext
 
setUpCursorDefinition(CursorStatementContext) - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.FetchStatementContext
 
setUpCursorDefinition(CursorStatementContext) - 类 中的方法org.apache.shardingsphere.infra.binder.statement.ddl.MoveStatementContext
 
setUpParameters(List<Object>) - 接口 中的方法org.apache.shardingsphere.infra.binder.aware.ParameterAware
Set up parameters.
setUpParameters(List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.InsertStatementContext
 
setUpParameters(List<Object>) - 类 中的方法org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
 
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
 
SQLFederationDecider<T extends ShardingSphereRule> - org.apache.shardingsphere.infra.binder.decider中的接口
SQL federation decider.
SQLFederationDeciderContext - org.apache.shardingsphere.infra.binder.decider.context中的类
SQL federation decider context.
SQLFederationDeciderContext() - 类 的构造器org.apache.shardingsphere.infra.binder.decider.context.SQLFederationDeciderContext
 
SQLFederationDeciderEngine - org.apache.shardingsphere.infra.binder.decider.engine中的类
SQL federation decider engine.
SQLFederationDeciderEngine(Collection<ShardingSphereRule>, ConfigurationProperties) - 类 的构造器org.apache.shardingsphere.infra.binder.decider.engine.SQLFederationDeciderEngine
 
SQLFederationDeciderFactory - org.apache.shardingsphere.infra.binder.decider中的类
SQL federation decider factory.
SQLFederationDeciderFactory() - 类 的构造器org.apache.shardingsphere.infra.binder.decider.SQLFederationDeciderFactory
 
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
 
SubqueryTableContext - org.apache.shardingsphere.infra.binder.segment.select.subquery中的类
Subquery table context.
SubqueryTableContext() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.subquery.SubqueryTableContext
 
SubqueryTableContextEngine - org.apache.shardingsphere.infra.binder.segment.select.subquery.engine中的类
Subquery table context engine.
SubqueryTableContextEngine() - 类 的构造器org.apache.shardingsphere.infra.binder.segment.select.subquery.engine.SubqueryTableContextEngine
 

T

TableAvailable - org.apache.shardingsphere.infra.binder.type中的接口
Table available.
TablesContext - org.apache.shardingsphere.infra.binder.segment.table中的类
Tables context.
TablesContext(SimpleTableSegment, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.table.TablesContext
 
TablesContext(Collection<SimpleTableSegment>, DatabaseType) - 类 的构造器org.apache.shardingsphere.infra.binder.segment.table.TablesContext
 
TablesContext(Collection<? extends TableSegment>, Map<Integer, SelectStatementContext>, DatabaseType) - 类 的构造器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) - 类 的构造器org.apache.shardingsphere.infra.binder.statement.dml.UpdateStatementContext
 

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 K L M N O P Q R S T U V W 
跳过导航链接

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