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

A

AggregationDistinctProjection - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl
Aggregation distinct projection.
AggregationDistinctProjection(int, int, AggregationType, String, String, String) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.AggregationDistinctProjection
 
AggregationProjection - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl
Aggregation projection.
AggregationProjection() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.AggregationProjection
 
AlterIndexStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Alter index statement context.
AlterIndexStatementContext(AlterIndexStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.AlterIndexStatementContext
 
AlterTableStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Alter table statement context.
AlterTableStatementContext(AlterTableStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.AlterTableStatementContext
 

C

ColumnMetaData - Class in org.apache.shardingsphere.sql.parser.binder.metadata.column
Column meta data.
ColumnMetaData() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.column.ColumnMetaData
 
ColumnMetaDataLoader - Class in org.apache.shardingsphere.sql.parser.binder.metadata.column
Column meta data loader.
ColumnMetaDataLoader() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.column.ColumnMetaDataLoader
 
ColumnProjection - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl
Common projection.
ColumnProjection() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ColumnProjection
 
CommonSQLStatementContext<T extends org.apache.shardingsphere.sql.parser.sql.statement.SQLStatement> - Class in org.apache.shardingsphere.sql.parser.binder.statement
Common SQL statement context.
CommonSQLStatementContext(T) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.CommonSQLStatementContext
 
containsColumn(String, String) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Judge whether contains column name.
containsTable(String) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Judge contains table from table meta data or not.
createGenerateKeyContext(List<Object>, InsertStatement) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen.engine.GeneratedKeyContextEngine
Create generate key context.
createGroupByContext(SelectStatement) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.engine.GroupByContextEngine
Create group by context.
CreateIndexStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Create index statement context.
CreateIndexStatementContext(CreateIndexStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.CreateIndexStatementContext
 
createOrderBy(SelectStatement, GroupByContext) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.engine.OrderByContextEngine
Create order by context.
createPaginationContext(LimitSegment, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.LimitPaginationContextEngine
Create pagination context.
createPaginationContext(SelectStatement, ProjectionsContext, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.PaginationContextEngine
Create pagination context.
createPaginationContext(Collection<AndPredicate>, ProjectionsContext, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.RowNumberPaginationContextEngine
Create pagination context.
createPaginationContext(TopProjectionSegment, Collection<AndPredicate>, List<Object>) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.TopPaginationContextEngine
Create pagination context.
createProjection(String, Collection<SimpleTableSegment>, ProjectionSegment) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine.ProjectionEngine
Create projection.
createProjectionsContext(String, SelectStatement, GroupByContext, OrderByContext) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine.ProjectionsContextEngine
Create projections context.
CreateTableStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Create table statement context.
CreateTableStatementContext(CreateTableStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.CreateTableStatementContext
 

D

DeleteStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dml
Delete statement context.
DeleteStatementContext(DeleteStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dml.DeleteStatementContext
 
DenyUserStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dcl
Deny user statement context.
DenyUserStatementContext(DenyUserStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dcl.DenyUserStatementContext
 
DerivedColumn - Enum in org.apache.shardingsphere.sql.parser.binder.segment.select.projection
Derived column alias.
DerivedLiteralExpressionSegment - Class in org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression
Derived literal expression segment.
DerivedLiteralExpressionSegment(Object) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression.DerivedLiteralExpressionSegment
 
DerivedParameterMarkerExpressionSegment - Class in org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression
Derived parameter marker expression segment.
DerivedParameterMarkerExpressionSegment(int) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression.DerivedParameterMarkerExpressionSegment
 
DerivedProjection - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl
Derived projection.
DerivedProjection() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.DerivedProjection
 
DerivedSimpleExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression
Derived simple expression segment.
DescribeStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dal
Describe statement context.
DescribeStatementContext(DescribeStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dal.DescribeStatementContext
 
DropIndexStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Drop index statement context.
DropIndexStatementContext(DropIndexStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.DropIndexStatementContext
 
DropTableStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Drop table statement context.
DropTableStatementContext(DropTableStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.DropTableStatementContext
 

E

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

F

findAlias(String) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
Find alias.
findColumnIndex(String) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaData
Find index of column.
findProjectionIndex(String) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
Find projection index.
findTableName(ColumnSegment, SchemaMetaData) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext
Find table name.
findTableName(ColumnProjection, SchemaMetaData) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext
Find table name.

G

GeneratedKeyContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen
Generated key context.
GeneratedKeyContext() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen.GeneratedKeyContext
 
GeneratedKeyContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen.engine
Generated key context.
GeneratedKeyContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen.engine.GeneratedKeyContextEngine
 
get(String) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Get table meta data via table name.
getActualOffset() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get actual offset.
getActualRowCount() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get actual row count.
getAggregationDistinctProjections() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
Get aggregation distinct projections.
getAggregationProjections() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
Get aggregation projections.
getAlias() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.AggregationProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ColumnProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.DerivedProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ExpressionProjection
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ShorthandProjection
 
getAlias() - Method in interface org.apache.shardingsphere.sql.parser.binder.segment.select.projection.Projection
Get alias.
getAllColumnNames(String) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Get all column names via table.
getAllTableNames() - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Get all table names.
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dal.DescribeStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dal.ShowColumnsStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dal.ShowCreateTableStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dal.ShowIndexStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dcl.DenyUserStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dcl.GrantStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dcl.RevokeStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.AlterIndexStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.AlterTableStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.CreateIndexStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.CreateTableStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.DropIndexStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.DropTableStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.TruncateStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.DeleteStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.InsertStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.SelectStatementContext
 
getAllTables() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.UpdateStatementContext
 
getAllTables() - Method in interface org.apache.shardingsphere.sql.parser.binder.type.TableAvailable
Get all table segments.
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.AggregationProjection
Get column label.
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ColumnProjection
 
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.DerivedProjection
 
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ExpressionProjection
 
getColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ShorthandProjection
 
getColumnLabel() - Method in interface org.apache.shardingsphere.sql.parser.binder.segment.select.projection.Projection
Get columnLabel.
getColumnMetaData(int) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaData
Get column meta data.
getDerivedColumnAlias(int) - Method in enum org.apache.shardingsphere.sql.parser.binder.segment.select.projection.DerivedColumn
Get alias of derived column.
getDescendingColumnNames() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.InsertStatementContext
Get column names for descending order.
getDistinctColumnLabel() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.AggregationDistinctProjection
Get distinct column label.
getExpandProjections() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
Get expand projections with shorthand projections.
getExpression() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.AggregationProjection
 
getExpression() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ColumnProjection
 
getExpression() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ShorthandProjection
 
getExpression() - Method in interface org.apache.shardingsphere.sql.parser.binder.segment.select.projection.Projection
Get expression.
getExpressionWithAlias() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ColumnProjection
Get expression with alias.
getGeneratedKeyContext() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.InsertStatementContext
Get generated key context.
getGroupedParameters() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.InsertStatementContext
Get grouped parameters.
getIndexes() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.AlterIndexStatementContext
 
getIndexes() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.CreateIndexStatementContext
 
getIndexes() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.CreateTableStatementContext
 
getIndexes() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.ddl.DropIndexStatementContext
 
getIndexes() - Method in interface org.apache.shardingsphere.sql.parser.binder.type.IndexAvailable
Get index segments.
getOffsetParameterIndex() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get offset parameter index.
getOffsetSegment() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get offset segment.
getOwner() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ShorthandProjection
Get owner.
getRevisedOffset() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get revised offset.
getRevisedRowCount(SelectStatementContext) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get revised row count.
getRowCountParameterIndex() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get row count parameter index.
getRowCountSegment() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
Get row count segment.
getSchema(Connection) - Static method in class org.apache.shardingsphere.sql.parser.binder.metadata.util.JdbcUtil
Get schema.
getSqlStatement() - Method in interface org.apache.shardingsphere.sql.parser.binder.statement.SQLStatementContext
Get SQL statement.
getTableNames() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext
Get table names.
getTablesContext() - Method in interface org.apache.shardingsphere.sql.parser.binder.statement.SQLStatementContext
Get tables context.
getTablesContext() - Method in interface org.apache.shardingsphere.sql.parser.binder.type.TableAvailable
Get tables context.
getValue(int) - Method in class org.apache.shardingsphere.sql.parser.binder.segment.insert.values.InsertValueContext
Get value.
getWhere() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.DeleteStatementContext
 
getWhere() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.SelectStatementContext
 
getWhere() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.UpdateStatementContext
 
getWhere() - Method in interface org.apache.shardingsphere.sql.parser.binder.type.WhereAvailable
Get where segment.
GrantStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dcl
Grant statement context.
GrantStatementContext(GrantStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dcl.GrantStatementContext
 
GroupByContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.groupby
Group by context.
GroupByContext() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.GroupByContext
 
GroupByContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.engine
Group by context engine.
GroupByContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.engine.GroupByContextEngine
 

I

IndexAvailable - Interface in org.apache.shardingsphere.sql.parser.binder.type
Index available.
IndexMetaData - Class in org.apache.shardingsphere.sql.parser.binder.metadata.index
Index meta data.
IndexMetaData() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.index.IndexMetaData
 
IndexMetaDataLoader - Class in org.apache.shardingsphere.sql.parser.binder.metadata.index
Index meta data loader.
IndexMetaDataLoader() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.index.IndexMetaDataLoader
 
InsertStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dml
Insert SQL statement context.
InsertStatementContext(SchemaMetaData, List<Object>, InsertStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dml.InsertStatementContext
 
InsertValueContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.insert.values
Insert value context.
InsertValueContext(Collection<ExpressionSegment>, List<Object>, int) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.insert.values.InsertValueContext
 
isDerivedColumn(String) - Static method in enum org.apache.shardingsphere.sql.parser.binder.segment.select.projection.DerivedColumn
Judge is derived column or not.
isDerivedColumnName(String) - Static method in enum org.apache.shardingsphere.sql.parser.binder.segment.select.projection.DerivedColumn
Judge is derived column name or not.
isPrimaryKey(int) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaData
Judge column whether primary key.
isSameGroupByAndOrderByItems() - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.SelectStatementContext
Judge group by and order by sequence is same or not.
isUnqualifiedShorthandProjection() - Method in class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
Judge is unqualified shorthand projection or not.

J

JdbcUtil - Class in org.apache.shardingsphere.sql.parser.binder.metadata.util
JDBC util.
JdbcUtil() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.util.JdbcUtil
 

L

LimitPaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine
Pagination context engine for limit.
LimitPaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.LimitPaginationContextEngine
 
load(Connection, String, String) - Static method in class org.apache.shardingsphere.sql.parser.binder.metadata.column.ColumnMetaDataLoader
Load column meta data list.
load(Connection, String) - Static method in class org.apache.shardingsphere.sql.parser.binder.metadata.index.IndexMetaDataLoader
Load column meta data list.
load(DataSource, int, String) - Static method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaDataLoader
Load schema meta data.
load(DataSource, String, String) - Static method in class org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaDataLoader
Load table meta data.

M

merge(SchemaMetaData) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Merge schema meta data.

N

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

O

OrderByContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.orderby
Order by context.
OrderByContext() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.OrderByContext
 
OrderByContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.engine
Order by context engine.
OrderByContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.engine.OrderByContextEngine
 
OrderByItem - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.orderby
Order by item.
OrderByItem() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.OrderByItem
 
org.apache.shardingsphere.sql.parser.binder - package org.apache.shardingsphere.sql.parser.binder
 
org.apache.shardingsphere.sql.parser.binder.metadata.column - package org.apache.shardingsphere.sql.parser.binder.metadata.column
 
org.apache.shardingsphere.sql.parser.binder.metadata.index - package org.apache.shardingsphere.sql.parser.binder.metadata.index
 
org.apache.shardingsphere.sql.parser.binder.metadata.schema - package org.apache.shardingsphere.sql.parser.binder.metadata.schema
 
org.apache.shardingsphere.sql.parser.binder.metadata.table - package org.apache.shardingsphere.sql.parser.binder.metadata.table
 
org.apache.shardingsphere.sql.parser.binder.metadata.util - package org.apache.shardingsphere.sql.parser.binder.metadata.util
 
org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen - package org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen
 
org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen.engine - package org.apache.shardingsphere.sql.parser.binder.segment.insert.keygen.engine
 
org.apache.shardingsphere.sql.parser.binder.segment.insert.values - package org.apache.shardingsphere.sql.parser.binder.segment.insert.values
 
org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression - package org.apache.shardingsphere.sql.parser.binder.segment.insert.values.expression
 
org.apache.shardingsphere.sql.parser.binder.segment.select.groupby - package org.apache.shardingsphere.sql.parser.binder.segment.select.groupby
 
org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.engine - package org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.engine
 
org.apache.shardingsphere.sql.parser.binder.segment.select.orderby - package org.apache.shardingsphere.sql.parser.binder.segment.select.orderby
 
org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.engine - package org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.engine
 
org.apache.shardingsphere.sql.parser.binder.segment.select.pagination - package org.apache.shardingsphere.sql.parser.binder.segment.select.pagination
 
org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine - package org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine
 
org.apache.shardingsphere.sql.parser.binder.segment.select.projection - package org.apache.shardingsphere.sql.parser.binder.segment.select.projection
 
org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine - package org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine
 
org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl - package org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl
 
org.apache.shardingsphere.sql.parser.binder.segment.table - package org.apache.shardingsphere.sql.parser.binder.segment.table
 
org.apache.shardingsphere.sql.parser.binder.statement - package org.apache.shardingsphere.sql.parser.binder.statement
 
org.apache.shardingsphere.sql.parser.binder.statement.dal - package org.apache.shardingsphere.sql.parser.binder.statement.dal
 
org.apache.shardingsphere.sql.parser.binder.statement.dcl - package org.apache.shardingsphere.sql.parser.binder.statement.dcl
 
org.apache.shardingsphere.sql.parser.binder.statement.ddl - package org.apache.shardingsphere.sql.parser.binder.statement.ddl
 
org.apache.shardingsphere.sql.parser.binder.statement.dml - package org.apache.shardingsphere.sql.parser.binder.statement.dml
 
org.apache.shardingsphere.sql.parser.binder.type - package org.apache.shardingsphere.sql.parser.binder.type
 

P

PaginationContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.pagination
Pagination context.
PaginationContext(PaginationValueSegment, PaginationValueSegment, List<Object>) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext
 
PaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine
Pagination context engine.
PaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.PaginationContextEngine
 
Projection - Interface in org.apache.shardingsphere.sql.parser.binder.segment.select.projection
Projection interface.
ProjectionEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine
Projection engine.
ProjectionEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine.ProjectionEngine
 
ProjectionsContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection
Projections context.
ProjectionsContext() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.ProjectionsContext
 
ProjectionsContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine
Projections context engine.
ProjectionsContextEngine(SchemaMetaData) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.engine.ProjectionsContextEngine
 
put(String, TableMetaData) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Add table meta data.

R

remove(String) - Method in class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
Remove table meta data.
RevokeStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dcl
Revoke statement context.
RevokeStatementContext(RevokeStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dcl.RevokeStatementContext
 
RowNumberPaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine
Pagination context engine for row number.
RowNumberPaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.RowNumberPaginationContextEngine
 

S

SchemaMetaData - Class in org.apache.shardingsphere.sql.parser.binder.metadata.schema
Schema meta data.
SchemaMetaData(Map<String, TableMetaData>) - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaData
 
SchemaMetaDataLoader - Class in org.apache.shardingsphere.sql.parser.binder.metadata.schema
Schema meta data loader.
SchemaMetaDataLoader() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.schema.SchemaMetaDataLoader
 
SelectStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dml
Select SQL statement context.
SelectStatementContext(SelectStatement, GroupByContext, OrderByContext, ProjectionsContext, PaginationContext) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dml.SelectStatementContext
 
SelectStatementContext(SchemaMetaData, String, List<Object>, SelectStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dml.SelectStatementContext
 
setIndexes(Map<String, Integer>) - Method in class org.apache.shardingsphere.sql.parser.binder.statement.dml.SelectStatementContext
Set indexes.
ShorthandProjection - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl
Shorthand projection.
ShorthandProjection() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.projection.impl.ShorthandProjection
 
ShowColumnsStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dal
Show columns statement context.
ShowColumnsStatementContext(ShowColumnsStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dal.ShowColumnsStatementContext
 
ShowCreateTableStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dal
Show create table statement context.
ShowCreateTableStatementContext(ShowCreateTableStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dal.ShowCreateTableStatementContext
 
ShowIndexStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dal
Show index statement context.
ShowIndexStatementContext(ShowIndexStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dal.ShowIndexStatementContext
 
SQLStatementContext<T extends org.apache.shardingsphere.sql.parser.sql.statement.SQLStatement> - Interface in org.apache.shardingsphere.sql.parser.binder.statement
SQL statement context.
SQLStatementContextFactory - Class in org.apache.shardingsphere.sql.parser.binder
SQL statement context factory.
SQLStatementContextFactory() - Constructor for class org.apache.shardingsphere.sql.parser.binder.SQLStatementContextFactory
 

T

TableAvailable - Interface in org.apache.shardingsphere.sql.parser.binder.type
Table available.
TableMetaData - Class in org.apache.shardingsphere.sql.parser.binder.metadata.table
Table meta data.
TableMetaData(Collection<ColumnMetaData>, Collection<IndexMetaData>) - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaData
 
TableMetaDataLoader - Class in org.apache.shardingsphere.sql.parser.binder.metadata.table
Table meta data loader.
TableMetaDataLoader() - Constructor for class org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaDataLoader
 
TablesContext - Class in org.apache.shardingsphere.sql.parser.binder.segment.table
Tables context.
TablesContext(SimpleTableSegment) - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext
 
TopPaginationContextEngine - Class in org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine
Pagination context engine for top.
TopPaginationContextEngine() - Constructor for class org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.engine.TopPaginationContextEngine
 
TruncateStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.ddl
Truncate statement context.
TruncateStatementContext(TruncateStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.ddl.TruncateStatementContext
 

U

UpdateStatementContext - Class in org.apache.shardingsphere.sql.parser.binder.statement.dml
Update SQL statement context.
UpdateStatementContext(UpdateStatement) - Constructor for class org.apache.shardingsphere.sql.parser.binder.statement.dml.UpdateStatementContext
 

V

valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.binder.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.binder.segment.select.projection.DerivedColumn
Returns an array containing the constants of this enum type, in the order they are declared.

W

WhereAvailable - Interface in org.apache.shardingsphere.sql.parser.binder.type
Where available.
A C D E F G I J L M N O P R S T U V W 
Skip navigation links

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