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

A

AbstractSQLStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement
SQL statement abstract class.
AbstractSQLStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.AbstractSQLStatement
 
AddColumnDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter
Add column definition segment.
AddColumnDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.AddColumnDefinitionSegment
 
AggregationDistinctProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Aggregation distinct projection segment.
AggregationDistinctProjectionSegment(int, int, AggregationType, int, String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.AggregationDistinctProjectionSegment
 
AggregationProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Aggregation projection segment.
AggregationProjectionSegment(int, int, AggregationType, int) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.AggregationProjectionSegment
 
AggregationType - Enum in org.apache.shardingsphere.sql.parser.sql.constant
Aggregation function enum.
AliasAvailable - Interface in org.apache.shardingsphere.sql.parser.sql.segment.generic
Alias available.
AliasSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic
Alias segment.
AliasSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.AliasSegment
 
AlterDefinitionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.ddl
Alter definition segment.
AlterIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Alter index statement.
AlterIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.AlterIndexStatement
 
AlterLoginStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Alter login statement.
AlterLoginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.AlterLoginStatement
 
AlterRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Alter role statement.
AlterRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.AlterRoleStatement
 
AlterTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Alter table statement.
AlterTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.AlterTableStatement
 
AlterUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Alter user statement.
AlterUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.AlterUserStatement
 
AnalyzeTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Analyze table statement.
AnalyzeTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.AnalyzeTableStatement
 
AndPredicate - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
And predicate.
AndPredicate() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.AndPredicate
 
AssignmentSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment
Assignment segment.
AssignmentSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment.AssignmentSegment
 
AutoCommitSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.tcl
Auto commit segment.
AutoCommitSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.tcl.AutoCommitSegment
 

B

BeginTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Begin transaction statement.
BeginTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.BeginTransactionStatement
 
BooleanLiteralValue - Class in org.apache.shardingsphere.sql.parser.sql.value.literal.impl
Boolean literal value.
BooleanLiteralValue(String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.literal.impl.BooleanLiteralValue
 

C

CacheIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Cache index statement.
CacheIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.CacheIndexStatement
 
CallStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Call statement.
CallStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.CallStatement
 
ChangeMasterStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.rl
Change master statement.
ChangeMasterStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.rl.ChangeMasterStatement
 
ChecksumTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Checksum table statement.
ChecksumTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ChecksumTableStatement
 
CollectionValue<T> - Class in org.apache.shardingsphere.sql.parser.sql.value.collection
Collection value.
CollectionValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.collection.CollectionValue
 
ColumnAfterPositionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position
Column after position segment.
ColumnAfterPositionSegment(int, int, ColumnSegment) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position.ColumnAfterPositionSegment
 
ColumnDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column
Column definition segment.
ColumnDefinitionSegment(int, int, ColumnSegment, DataTypeSegment, boolean) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.ColumnDefinitionSegment
 
ColumnFirstPositionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position
Column first position segment.
ColumnFirstPositionSegment(int, int, ColumnSegment) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position.ColumnFirstPositionSegment
 
ColumnOrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item
Order by item segment for column.
ColumnOrderByItemSegment(ColumnSegment, OrderDirection, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ColumnOrderByItemSegment
 
ColumnOrderByItemSegment(ColumnSegment, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ColumnOrderByItemSegment
 
ColumnPositionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position
Column position segment.
ColumnPositionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position.ColumnPositionSegment
 
ColumnProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Column projection segment.
ColumnProjectionSegment(ColumnSegment) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ColumnProjectionSegment
 
ColumnSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.column
Column segment.
ColumnSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.ColumnSegment
 
combine(CollectionValue<T>) - Method in class org.apache.shardingsphere.sql.parser.sql.value.collection.CollectionValue
Put all values from another collection value into this one.
CommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Commit statement.
CommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.CommitStatement
 
CommonExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex
Common expression segment.
CommonExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex.CommonExpressionSegment
 
compareTo(ColumnPositionSegment) - Method in class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position.ColumnPositionSegment
 
ComplexExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex
Complex expression segment.
ConstraintDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint
Constraint definition segment.
ConstraintDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint.ConstraintDefinitionSegment
 
CreateDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Create database statement.
CreateDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.CreateDatabaseStatement
 
CreateDefinitionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.ddl
Create definition segment.
CreateIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Create index statement.
CreateIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.CreateIndexStatement
 
CreateLoginStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Create login statement.
CreateLoginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.CreateLoginStatement
 
CreateRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Create role statement.
CreateRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.CreateRoleStatement
 
CreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Create table statement.
CreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.CreateTableStatement
 
CreateUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Create user statement.
CreateUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.CreateUserStatement
 
CreateViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Create view statement.
CreateViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.CreateViewStatement
 

D

DALStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal
DAL statement.
DALStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.DALStatement
 
DataTypeLengthSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic
 
DataTypeLengthSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.DataTypeLengthSegment
 
DataTypeSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic
 
DataTypeSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.DataTypeSegment
 
DCLStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
DCL statement.
DCLStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.DCLStatement
 
DDLStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
DDL statement.
DDLStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.DDLStatement
 
DeleteStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Delete statement.
DeleteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement
 
DenyUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Deny user statement.
DenyUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.DenyUserStatement
 
DescribeStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Describe statement.
DescribeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.DescribeStatement
 
DMLStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
DML statement.
DMLStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.DMLStatement
 
DoStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Do statement.
DoStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.DoStatement
 
DropColumnDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter
Drop column definition segment.
DropColumnDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.DropColumnDefinitionSegment
 
DropDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Drop database statement.
DropDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.DropDatabaseStatement
 
DropIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Drop index statement.
DropIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.DropIndexStatement
 
DropLoginStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Drop login statement.
DropLoginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.DropLoginStatement
 
DropPrimaryKeySegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint
Drop primary key segment.
DropPrimaryKeySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint.DropPrimaryKeySegment
 
DropRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Drop role statement.
DropRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.DropRoleStatement
 
DropTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Drop table statement.
DropTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.DropTableStatement
 
DropUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Drop user statement.
DropUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.DropUserStatement
 
DropViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Drop view statement.
DropViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.DropViewStatement
 

E

ExpressionOrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item
Order by item segment for expression.
ExpressionOrderByItemSegment(int, int, String, OrderDirection, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ExpressionOrderByItemSegment
 
ExpressionOrderByItemSegment(int, int, String, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ExpressionOrderByItemSegment
 
ExpressionProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Expression projection segment.
ExpressionProjectionSegment(int, int, String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ExpressionProjectionSegment
 
ExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr
Expression segment.
extractTables() - Method in class org.apache.shardingsphere.sql.parser.sql.predicate.PredicateExtractor
Extract tables.

F

FlushStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Flush statement.
FlushStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.FlushStatement
 
FromSchemaSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dal
From schema segment.
FromSchemaSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dal.FromSchemaSegment
 
FromTableSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dal
From table segment.
FromTableSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dal.FromTableSegment
 

G

getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.AggregationProjectionSegment
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ColumnProjectionSegment
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ExpressionProjectionSegment
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.SubqueryProjectionSegment
 
getAlias() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.AliasAvailable
Get alias.
getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SimpleTableSegment
 
getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SubqueryTableSegment
 
getAllValueExpressions() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get all value expressions.
getAllValueExpressions() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get all value expressions.
getColumnNames() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get column names.
getColumnNames() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get column names.
getColumnPosition() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.AddColumnDefinitionSegment
Get column position.
getColumnPosition() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.ModifyColumnDefinitionSegment
Get column position.
getColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get columns.
getColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get columns.
getExactlyExpression(String) - Static method in class org.apache.shardingsphere.sql.parser.sql.util.SQLUtil
Get exactly SQL expression.
getExactlyNumber(String, int) - Static method in class org.apache.shardingsphere.sql.parser.sql.util.SQLUtil
Get exactly number value and type.
getExactlyValue(String) - Static method in class org.apache.shardingsphere.sql.parser.sql.util.SQLUtil
Get exactly value for SQL expression.
getExpressionWithoutOutsideParentheses(String) - Static method in class org.apache.shardingsphere.sql.parser.sql.util.SQLUtil
Get exactly SQL expression without outside parentheses.
getFromSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowColumnsStatement
Get from schema.
getFromSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowTablesStatement
Get from schema.
getFromSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowTableStatusStatement
Get from schema.
getGroupBy() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
Get group by segment.
getInsertColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get insert columns segment.
getInsertColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get replace columns segment.
getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
Get order by segment.
getLock() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
Get lock segment.
getOffset() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitSegment
Get offset.
getOnDuplicateKeyColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get on duplicate key columns segment.
getOrderBy() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
Get order by segment.
getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.ColumnSegment
 
getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ShorthandProjectionSegment
 
getOwner() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.OwnerAvailable
Get owner.
getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SimpleTableSegment
 
getParameterCount() - Method in interface org.apache.shardingsphere.sql.parser.sql.statement.SQLStatement
Get count of parameters.
getParameterIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.ParameterMarkerPaginationValueSegment
Get parameter index.
getQualifiedName() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.ColumnSegment
Get qualified name.
getQuoteCharacter(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.QuoteCharacter
Get quote character.
getReferencedTable() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint.ConstraintDefinitionSegment
Get referenced table.
getRowCount() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitSegment
Get row count.
getScale() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.DataTypeLengthSegment
get secondNumber.
getSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowIndexStatement
Get schema.
getSetAssignment() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get set assignment segment.
getSetAssignment() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get set assignment segment.
getSimpleTableSegments() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
Get simple table segments.
getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery.SubqueryExpressionSegment
 
getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ColumnProjectionSegment
 
getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.SubqueryProjectionSegment
 
getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SimpleTableSegment
 
getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SubqueryTableSegment
 
getStartIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.SQLSegment
Get start index.
getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery.SubqueryExpressionSegment
 
getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ColumnProjectionSegment
 
getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.SubqueryProjectionSegment
 
getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SimpleTableSegment
 
getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SubqueryTableSegment
 
getStopIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.SQLSegment
Get stop index.
getTable() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.JoinedTableSegment
get table.
getTables() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.TableReferenceSegment
get all tables.
getText() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex.ComplexExpressionSegment
Get text.
getText() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ColumnOrderByItemSegment
 
getText() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.ExpressionOrderByItemSegment
 
getText() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.TextOrderByItemSegment
Get text.
getValue() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.NumberLiteralPaginationValueSegment
Get value.
getValue() - Method in class org.apache.shardingsphere.sql.parser.sql.value.literal.impl.BooleanLiteralValue
 
getValue() - Method in interface org.apache.shardingsphere.sql.parser.sql.value.ValueASTNode
Get value.
getValueCountForPerGroup() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get value count for per value list.
getValueCountForPerGroup() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get value count for per value list.
getValueListCount() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Get value list count.
getValueListCount() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Get value list count.
getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement
Get where.
getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
Get where.
getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement
Get where.
GrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Grant statement.
GrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.GrantStatement
 
GroupBySegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order
Group by segment.
GroupBySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.GroupBySegment
 

I

IdentifierValue - Class in org.apache.shardingsphere.sql.parser.sql.value.identifier
Identifier value.
IdentifierValue(String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.identifier.IdentifierValue
 
ImplicitTransactionsSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.tcl
Implicit transactions segment.
ImplicitTransactionsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.tcl.ImplicitTransactionsSegment
 
IndexOrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item
Order by item segment for index.
IndexOrderByItemSegment(int, int, int, OrderDirection, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.IndexOrderByItemSegment
 
IndexOrderByItemSegment(int, int, int, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.IndexOrderByItemSegment
 
IndexSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.index
Index segment.
IndexSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.index.IndexSegment
 
InsertColumnsSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.column
Insert columns segment.
InsertColumnsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.InsertColumnsSegment
 
InsertStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Insert statement.
InsertStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
 
InsertValuesSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment
Insert values segment.
InsertValuesSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment.InsertValuesSegment
 
InstallPluginStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Install plugin statement.
InstallPluginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.InstallPluginStatement
 
isAggregationType(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.AggregationType
Is aggregation type.
isBoundOpened() - Method in class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitValueSegment
 
isBoundOpened() - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.PaginationValueSegment
Is bound opened.
isLeftParen(char) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.Paren
Judge passed token is left paren or not.

J

JoinedTableSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml
 
JoinedTableSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.JoinedTableSegment
 
JoinSpecificationSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml
 
JoinSpecificationSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.JoinSpecificationSegment
 

K

KeywordValue - Class in org.apache.shardingsphere.sql.parser.sql.value.keyword
Keyword value.
KeywordValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.keyword.KeywordValue
 
KillStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Kill statement.
KillStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.KillStatement
 

L

LimitSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit
Limit segment.
LimitSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitSegment
 
LimitValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit
Limit value segment.
LimitValueSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitValueSegment
 
LiteralExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple
Literal expression segment.
LiteralExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple.LiteralExpressionSegment
 
LiteralValue<T> - Interface in org.apache.shardingsphere.sql.parser.sql.value.literal
Literal value.
LoadIndexInfoStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Load index info statement.
LoadIndexInfoStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.LoadIndexInfoStatement
 
LockSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
Lock segment.
LockSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.LockSegment
 
LogicalOperator - Enum in org.apache.shardingsphere.sql.parser.sql.constant
Logical operator.

M

match(char, char) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.Paren
Judge left paren match right paren or not.
mergePredicate() - Method in class org.apache.shardingsphere.sql.parser.sql.predicate.PredicateBuilder
Merge predicate.
ModifyColumnDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter
Modify column definition segment.
ModifyColumnDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.ModifyColumnDefinitionSegment
 

N

NumberLiteralLimitValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit
Limit value segment for number literal.
NumberLiteralLimitValueSegment(int, int, long) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.NumberLiteralLimitValueSegment
 
NumberLiteralPaginationValueSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination
Pagination value segment for number literal.
NumberLiteralRowNumberValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum
Row number value segment for number literal.
NumberLiteralRowNumberValueSegment(int, int, long, boolean) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum.NumberLiteralRowNumberValueSegment
 
NumberLiteralValue - Class in org.apache.shardingsphere.sql.parser.sql.value.literal.impl
Number literal value.
NumberLiteralValue(String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.literal.impl.NumberLiteralValue
 

O

OnDuplicateKeyColumnsSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.column
On duplicate key columns segment.
OnDuplicateKeyColumnsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.column.OnDuplicateKeyColumnsSegment
 
OptimizeTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Optimize table statement.
OptimizeTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.OptimizeTableStatement
 
OrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item
Order by item segment.
OrderByItemSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.OrderByItemSegment
 
OrderBySegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order
Order by segment.
OrderBySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.OrderBySegment
 
OrderDirection - Enum in org.apache.shardingsphere.sql.parser.sql.constant
Order direction.
org.apache.shardingsphere.sql.parser.sql.constant - package org.apache.shardingsphere.sql.parser.sql.constant
 
org.apache.shardingsphere.sql.parser.sql.predicate - package org.apache.shardingsphere.sql.parser.sql.predicate
 
org.apache.shardingsphere.sql.parser.sql.segment - package org.apache.shardingsphere.sql.parser.sql.segment
 
org.apache.shardingsphere.sql.parser.sql.segment.dal - package org.apache.shardingsphere.sql.parser.sql.segment.dal
 
org.apache.shardingsphere.sql.parser.sql.segment.ddl - package org.apache.shardingsphere.sql.parser.sql.segment.ddl
 
org.apache.shardingsphere.sql.parser.sql.segment.ddl.column - package org.apache.shardingsphere.sql.parser.sql.segment.ddl.column
 
org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter - package org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter
 
org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position - package org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.position
 
org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint - package org.apache.shardingsphere.sql.parser.sql.segment.ddl.constraint
 
org.apache.shardingsphere.sql.parser.sql.segment.ddl.index - package org.apache.shardingsphere.sql.parser.sql.segment.ddl.index
 
org.apache.shardingsphere.sql.parser.sql.segment.dml - package org.apache.shardingsphere.sql.parser.sql.segment.dml
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment - package org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.column - package org.apache.shardingsphere.sql.parser.sql.segment.dml.column
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.expr - package org.apache.shardingsphere.sql.parser.sql.segment.dml.expr
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex - package org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.complex
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple - package org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery - package org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.item - package org.apache.shardingsphere.sql.parser.sql.segment.dml.item
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.order - package org.apache.shardingsphere.sql.parser.sql.segment.dml.order
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item - package org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination - package org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit - package org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum - package org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.top - package org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.top
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate - package org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
 
org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value - package org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
 
org.apache.shardingsphere.sql.parser.sql.segment.generic - package org.apache.shardingsphere.sql.parser.sql.segment.generic
 
org.apache.shardingsphere.sql.parser.sql.segment.generic.table - package org.apache.shardingsphere.sql.parser.sql.segment.generic.table
 
org.apache.shardingsphere.sql.parser.sql.segment.tcl - package org.apache.shardingsphere.sql.parser.sql.segment.tcl
 
org.apache.shardingsphere.sql.parser.sql.statement - package org.apache.shardingsphere.sql.parser.sql.statement
 
org.apache.shardingsphere.sql.parser.sql.statement.dal - package org.apache.shardingsphere.sql.parser.sql.statement.dal
 
org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql - package org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
 
org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql - package org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql
 
org.apache.shardingsphere.sql.parser.sql.statement.dcl - package org.apache.shardingsphere.sql.parser.sql.statement.dcl
 
org.apache.shardingsphere.sql.parser.sql.statement.ddl - package org.apache.shardingsphere.sql.parser.sql.statement.ddl
 
org.apache.shardingsphere.sql.parser.sql.statement.dml - package org.apache.shardingsphere.sql.parser.sql.statement.dml
 
org.apache.shardingsphere.sql.parser.sql.statement.rl - package org.apache.shardingsphere.sql.parser.sql.statement.rl
 
org.apache.shardingsphere.sql.parser.sql.statement.tcl - package org.apache.shardingsphere.sql.parser.sql.statement.tcl
 
org.apache.shardingsphere.sql.parser.sql.util - package org.apache.shardingsphere.sql.parser.sql.util
 
org.apache.shardingsphere.sql.parser.sql.value - package org.apache.shardingsphere.sql.parser.sql.value
 
org.apache.shardingsphere.sql.parser.sql.value.collection - package org.apache.shardingsphere.sql.parser.sql.value.collection
 
org.apache.shardingsphere.sql.parser.sql.value.identifier - package org.apache.shardingsphere.sql.parser.sql.value.identifier
 
org.apache.shardingsphere.sql.parser.sql.value.keyword - package org.apache.shardingsphere.sql.parser.sql.value.keyword
 
org.apache.shardingsphere.sql.parser.sql.value.literal - package org.apache.shardingsphere.sql.parser.sql.value.literal
 
org.apache.shardingsphere.sql.parser.sql.value.literal.impl - package org.apache.shardingsphere.sql.parser.sql.value.literal.impl
 
org.apache.shardingsphere.sql.parser.sql.value.parametermarker - package org.apache.shardingsphere.sql.parser.sql.value.parametermarker
 
OrPredicateSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
Or predicate segment.
OrPredicateSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.OrPredicateSegment
 
OtherLiteralValue - Class in org.apache.shardingsphere.sql.parser.sql.value.literal.impl
Other literal value.
OtherLiteralValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.literal.impl.OtherLiteralValue
 
OwnerAvailable - Interface in org.apache.shardingsphere.sql.parser.sql.segment.generic
Owner available.
OwnerSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic
Owner segment.
OwnerSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.OwnerSegment
 

P

PaginationValueSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination
Pagination value segment.
ParameterMarkerExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple
Parameter marker expression segment.
ParameterMarkerExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple.ParameterMarkerExpressionSegment
 
ParameterMarkerLimitValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit
Limit value segment for parameter marker.
ParameterMarkerLimitValueSegment(int, int, int) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.ParameterMarkerLimitValueSegment
 
ParameterMarkerPaginationValueSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination
Pagination value segment for parameter marker.
ParameterMarkerRowNumberValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum
Row number value segment for parameter marker.
ParameterMarkerRowNumberValueSegment(int, int, int, boolean) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum.ParameterMarkerRowNumberValueSegment
 
ParameterMarkerValue - Class in org.apache.shardingsphere.sql.parser.sql.value.parametermarker
Parameter marker value.
ParameterMarkerValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.parametermarker.ParameterMarkerValue
 
Paren - Enum in org.apache.shardingsphere.sql.parser.sql.constant
Paren of SQL.
PredicateBetweenRightValue - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate right value for BETWEEN ...
PredicateBetweenRightValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBetweenRightValue
 
PredicateBracketValue - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate bracket value for in.
PredicateBracketValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBracketValue
 
PredicateBuilder - Class in org.apache.shardingsphere.sql.parser.sql.predicate
Predicate builder.
PredicateBuilder() - Constructor for class org.apache.shardingsphere.sql.parser.sql.predicate.PredicateBuilder
 
PredicateCompareRightValue - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate right value for compare operator.
PredicateCompareRightValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateCompareRightValue
 
PredicateExtractor - Class in org.apache.shardingsphere.sql.parser.sql.predicate
Predicate extractor.
PredicateExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.sql.predicate.PredicateExtractor
 
PredicateInRightValue - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate right value for IN operator.
PredicateInRightValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateInRightValue
 
PredicateLeftBracketValue - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate left bracket value for IN operator.
PredicateLeftBracketValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateLeftBracketValue
 
PredicateRightBracketValue - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate right bracket value for IN operator.
PredicateRightBracketValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateRightBracketValue
 
PredicateRightValue - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value
Predicate right value.
PredicateSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
Predicate segment.
PredicateSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.PredicateSegment
 
ProjectionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Projection segment.
ProjectionsSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
projections segment.
ProjectionsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ProjectionsSegment
 

Q

QuoteCharacter - Enum in org.apache.shardingsphere.sql.parser.sql.constant
Quote character.

R

RemoveAvailable - Interface in org.apache.shardingsphere.sql.parser.sql.segment.generic
Remove available.
RenameColumnSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter
Rename column segment.
RenameColumnSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.ddl.column.alter.RenameColumnSegment
 
RenameTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Rename table statement.
RenameTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.RenameTableStatement
 
RenameUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Rename user statement.
RenameUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.RenameUserStatement
 
RepairTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Repair table statement.
RepairTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.RepairTableStatement
 
ReplaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Replace statement.
ReplaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
 
ResetParameterStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql
Reset parameter statement.
ResetParameterStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql.ResetParameterStatement
 
ResetStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Reset statement.
ResetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ResetStatement
 
RevokeStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Revoke statement.
RevokeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.RevokeStatement
 
RLStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.rl
Replication statement.
RLStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.rl.RLStatement
 
RollbackStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Rollback statement.
RollbackStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.RollbackStatement
 
RowNumberValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum
Row number value segment.
RowNumberValueSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.rownum.RowNumberValueSegment
 

S

SavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Savepoint statement.
SavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.SavepointStatement
 
SchemaSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic
Schema segment.
SchemaSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.SchemaSegment
 
SelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Select statement.
SelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement
 
setAlias(AliasSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.AliasAvailable
Set alias.
SetAssignmentSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment
Set assignment segment.
SetAssignmentSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.assignment.SetAssignmentSegment
 
SetAutoCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Set auto commit statement.
SetAutoCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.SetAutoCommitStatement
 
SetDefaultRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Set default role statement.
SetDefaultRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.SetDefaultRoleStatement
 
setOwner(OwnerSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.segment.generic.OwnerAvailable
Set owner.
SetPasswordStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Set password statement.
SetPasswordStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.SetPasswordStatement
 
SetRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dcl
Set role statement.
SetRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dcl.SetRoleStatement
 
SetStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal
Set statement.
SetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.SetStatement
 
SetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Set transaction statement.
SetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.SetTransactionStatement
 
ShorthandProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Shorthand projection segment.
ShorthandProjectionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ShorthandProjectionSegment
 
ShowBinaryLogsStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show binary logs statement.
ShowBinaryLogsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowBinaryLogsStatement
 
ShowBinlogStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show binlog statement.
ShowBinlogStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowBinlogStatement
 
ShowColumnsStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show columns statement.
ShowColumnsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowColumnsStatement
 
ShowCreateEventStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show create event statement.
ShowCreateEventStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowCreateEventStatement
 
ShowCreateFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show create function statement.
ShowCreateFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowCreateFunctionStatement
 
ShowCreateProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show create procedure statement.
ShowCreateProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowCreateProcedureStatement
 
ShowCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show create table statement.
ShowCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowCreateTableStatement
 
ShowCreateViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show create view statement.
ShowCreateViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowCreateViewStatement
 
ShowDatabasesStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show databases statement.
ShowDatabasesStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowDatabasesStatement
 
ShowErrorsStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show errors statement.
ShowErrorsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowErrorsStatement
 
ShowIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show columns statement.
ShowIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowIndexStatement
 
ShowLikeSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dal
Show like segment.
ShowLikeSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dal.ShowLikeSegment
 
ShowOtherStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Other show statement.
ShowOtherStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowOtherStatement
 
ShowStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql
Show statement.
ShowStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.postgresql.ShowStatement
 
ShowStatusStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show status statement.
ShowStatusStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowStatusStatement
 
ShowTablesStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show tables statement.
ShowTablesStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowTablesStatement
 
ShowTableStatusStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show table status statement.
ShowTableStatusStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowTableStatusStatement
 
ShowWarningsStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Show warnings statement.
ShowWarningsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.ShowWarningsStatement
 
SimpleExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple
Simple expression segment.
SimpleTableSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic.table
Simple table segment.
SimpleTableSegment(int, int, IdentifierValue) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SimpleTableSegment
 
SQLSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment
SQL segment.
SQLStatement - Interface in org.apache.shardingsphere.sql.parser.sql.statement
SQL statement.
SQLStatementType - Enum in org.apache.shardingsphere.sql.parser.sql.statement
SQL statement type.
SQLUtil - Class in org.apache.shardingsphere.sql.parser.sql.util
SQL utility class.
SQLUtil() - Constructor for class org.apache.shardingsphere.sql.parser.sql.util.SQLUtil
 
StartSlaveStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.rl
Start slave statement.
StartSlaveStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.rl.StartSlaveStatement
 
StopSlaveStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.rl
Stop slave statement.
StopSlaveStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.rl.StopSlaveStatement
 
StringLiteralValue - Class in org.apache.shardingsphere.sql.parser.sql.value.literal.impl
String literal value.
StringLiteralValue(String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.value.literal.impl.StringLiteralValue
 
SubqueryExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery
Subquery expression segment.
SubqueryExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery.SubqueryExpressionSegment
 
SubqueryProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.item
Subquery projection segment.
SubqueryProjectionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.item.SubqueryProjectionSegment
 
SubquerySegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery
Subquery segment.
SubquerySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.subquery.SubquerySegment
 
SubqueryTableSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic.table
Subquery table segment.
SubqueryTableSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SubqueryTableSegment
 

T

TableFactorSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml
 
TableFactorSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.TableFactorSegment
 
TableNameSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.generic.table
Table name segment.
TableNameSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.generic.table.TableNameSegment
 
TableReferenceSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml
 
TableReferenceSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.TableReferenceSegment
 
TableSegment - Interface in org.apache.shardingsphere.sql.parser.sql.segment.generic.table
Table segment.
TCLStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.tcl
Transaction Control Language statement.
TCLStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.tcl.TCLStatement
 
TextOrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item
Order by item segment for text.
TextOrderByItemSegment(int, int, OrderDirection, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item.TextOrderByItemSegment
 
TopProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.top
Top projection segment.
TopProjectionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.top.TopProjectionSegment
 
TruncateStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.ddl
Truncate table statement.
TruncateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.ddl.TruncateStatement
 

U

UninstallPluginStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Uninstall plugin statement.
UninstallPluginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.UninstallPluginStatement
 
UpdateStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dml
Update statement.
UpdateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement
 
useDefaultColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement
Judge is use default columns or not.
useDefaultColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.statement.dml.ReplaceStatement
Judge is use default columns or not.
UseStatement - Class in org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql
Use statement.
UseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql.UseStatement
 

V

ValueASTNode<T> - Interface in org.apache.shardingsphere.sql.parser.sql.value
Value AST node.
valueFrom(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.LogicalOperator
Get logical operator value from text.
valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.AggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.LogicalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.OrderDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.Paren
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.QuoteCharacter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.statement.SQLStatementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.AggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.LogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.OrderDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.Paren
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.constant.QuoteCharacter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.statement.SQLStatementType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dal
Variable segment.
VariableSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dal.VariableSegment
 

W

WhereSegment - Class in org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate
Where segment.
WhereSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.WhereSegment
 
A B C D E F G I J K L M N O P Q R S T U V W 
Skip navigation links

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