- CallStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
-
Call statement.
- CallStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.CallStatement
-
- CollectionValue<T> - Class in org.apache.shardingsphere.sql.parser.sql.common.value.collection
-
Collection value.
- CollectionValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.value.collection.CollectionValue
-
- ColumnAfterPositionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position
-
Column after position segment.
- ColumnAfterPositionSegment(int, int, ColumnSegment) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnAfterPositionSegment
-
- ColumnDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column
-
Column definition segment.
- ColumnDefinitionSegment(int, int, ColumnSegment, DataTypeSegment, boolean) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.ColumnDefinitionSegment
-
- ColumnExtractor - Class in org.apache.shardingsphere.sql.parser.sql.common.util
-
Column extractor.
- ColumnExtractor() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.util.ColumnExtractor
-
- ColumnFirstPositionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position
-
Column first position segment.
- ColumnFirstPositionSegment(int, int, ColumnSegment) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnFirstPositionSegment
-
- ColumnOrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
-
Order by item segment for column.
- ColumnOrderByItemSegment(ColumnSegment, OrderDirection, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.ColumnOrderByItemSegment
-
- ColumnOrderByItemSegment(ColumnSegment, OrderDirection) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.ColumnOrderByItemSegment
-
- ColumnPositionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position
-
Column position segment.
- ColumnPositionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnPositionSegment
-
- ColumnProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
-
Column projection segment.
- ColumnProjectionSegment(ColumnSegment) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- ColumnSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column
-
Column segment.
- ColumnSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment
-
- combine(CollectionValue<T>) - Method in class org.apache.shardingsphere.sql.parser.sql.common.value.collection.CollectionValue
-
Put all values from another collection value into this one.
- CommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
-
Commit statement.
- CommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.CommitStatement
-
- CommonExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex
-
Common expression segment.
- CommonExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.CommonExpressionSegment
-
- CommonTableExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex
-
Common table expression segment.
- CommonTableExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.CommonTableExpressionSegment
-
- compareTo(ColumnPositionSegment) - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnPositionSegment
-
- ComplexExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex
-
Complex expression segment.
- ConstraintDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint
-
Constraint definition segment.
- ConstraintDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintDefinitionSegment
-
- ConstraintSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint
-
Constraint segment.
- ConstraintSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintSegment
-
- containsExistClause(DropIndexStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.DropIndexStatementHandler
-
Judge whether contains exist clause or not.
- containsExistClause(DropTableStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.DropTableStatementHandler
-
Judge whether contains exist clause or not.
- containsNotExistClause(CreateTableStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateTableStatementHandler
-
Judge whether contains not exist clause or not.
- CreateDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create database statement.
- CreateDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateDatabaseStatement
-
- CreateDefinitionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl
-
Create definition segment.
- CreateFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create function statement.
- CreateFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateFunctionStatement
-
- CreateFunctionStatementHandler - Class in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
-
CreateFunctionStatement handler for different dialect SQLStatements.
- CreateFunctionStatementHandler() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateFunctionStatementHandler
-
- CreateIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create index statement.
- CreateIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateIndexStatement
-
- createLiteralExpression(ASTNode, int, int, String) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Create literal expression.
- CreateProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create procedure statement.
- CreateProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateProcedureStatement
-
- CreateProcedureStatementHandler - Class in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
-
CreateProcedureStatement handler for different dialect SQLStatements.
- CreateProcedureStatementHandler() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateProcedureStatementHandler
-
- CreateRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dcl
-
Create role statement.
- CreateRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.CreateRoleStatement
-
- CreateTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create tablespace statement.
- CreateTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTablespaceStatement
-
- CreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create table statement.
- CreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTableStatement
-
- CreateTableStatementHandler - Class in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
-
Create table statement handler for different dialect SQL statements.
- CreateTableStatementHandler() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateTableStatementHandler
-
- CreateUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dcl
-
Create user statement.
- CreateUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.CreateUserStatement
-
- CreateViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
Create view statement.
- CreateViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateViewStatement
-
- CreateViewStatementHandler - Class in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
-
CreateViewStatement handler for different dialect SQLStatements.
- CreateViewStatementHandler() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateViewStatementHandler
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.AggregationProjectionSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ExpressionProjectionSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- getAlias() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasAvailable
-
Get alias.
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.DeleteMultiTableSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.JoinTableSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getAlias() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- getAlterTable() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get alter table statement.
- getColumnPosition() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter.AddColumnDefinitionSegment
-
Get column position.
- getColumnPosition() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter.ModifyColumnDefinitionSegment
-
Get column position.
- getColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
Get columns.
- getConstraintName() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintDefinitionSegment
-
Get constraint name.
- getCreateTable() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get create table statement.
- getDelete() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get delete statement.
- getDelete() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLPrepareStatement
-
Get delete statement.
- getDropTable() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get drop table statement.
- getExactlyExpression(String) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly SQL expression.
- getExactlyNumber(String, int) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly number value and type.
- getExactlyValue(String) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly value for SQL expression.
- getExpressionList() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.InExpression
-
Get expression list from right.
- getExpressionWithoutOutsideParentheses(String) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly SQL expression without outside parentheses.
- getFromSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowColumnsStatement
-
Get from schema.
- getFromSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTablesStatement
-
Get from schema.
- getFromSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTableStatusStatement
-
Get from schema.
- getGroupBy() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get group by segment.
- getHaving() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get having segment.
- getIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement
-
Get index segment.
- getIndexName() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintDefinitionSegment
-
Get index name.
- getInsert() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get insert statement.
- getInsert() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLPrepareStatement
-
Get insert statement.
- getInsertColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
Get insert columns segment.
- getInsertSelect() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
Get insert select segment.
- getJoinWhereSegments(SelectStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.WhereSegmentExtractUtils
-
Get join where segment from SelectStatement.
- getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDeleteStatement
-
Get limit segment.
- getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
Get order by segment.
- getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLUpdateStatement
-
Get order by segment.
- getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
Get order by segment.
- getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92SelectStatement
-
Get order by segment.
- getLimit() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerSelectStatement
-
Get order by segment.
- getLimitSegment(DeleteStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get limit segment.
- getLimitSegment(SelectStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
Get limit segment.
- getLimitSegment(UpdateStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.UpdateStatementHandler
-
Get limit segment.
- getLock() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
Get lock segment.
- getLock() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleSelectStatement
-
Get lock segment.
- getLock() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
Get lock segment.
- getLockSegment(SelectStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
Get lock segment.
- getOffset() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment
-
Get offset.
- getOnDuplicateKeyColumns() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLInsertStatement
-
Get on duplicate key columns segment.
- getOnDuplicateKeyColumnsSegment(InsertStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get On duplicate key columns segment.
- getOrderBy() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get order by segment.
- getOrderBy() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDeleteStatement
-
Get order by segment.
- getOrderBy() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLUpdateStatement
-
Get order by segment.
- getOrderBySegment(DeleteStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get order by segment.
- getOrderBySegment(UpdateStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.UpdateStatementHandler
-
Get order by segment.
- getOutputSegment(DeleteStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get output segment.
- getOutputSegment(InsertStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get output segment.
- getOutputSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerDeleteStatement
-
Get output segment.
- getOutputSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerInsertStatement
-
Get output segment.
- getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment
-
- getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ShorthandProjectionSegment
-
- getOwner() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerAvailable
-
Get owner.
- getOwner() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getParameterCount() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.EmptyStatement
-
- getParameterCount() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
-
Get count of parameters.
- getParameterIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.ParameterMarkerPaginationValueSegment
-
Get parameter index.
- getQualifiedName() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment
-
Get qualified name with quote characters.
- getQuoteCharacter(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.constant.QuoteCharacter
-
Get quote character.
- getReferencedTable() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintDefinitionSegment
-
Get referenced table.
- getRenameIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterIndexStatement
-
Get rename index segment.
- getRenameIndexSegment(AlterIndexStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.AlterIndexStatementHandler
-
Get rename index segment.
- getRenameTable() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterTableStatement
-
Get rename table.
- getReplace() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get replace statement.
- getRoutineBody() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateFunctionStatement
-
Get routine body segment.
- getRoutineBody() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateProcedureStatement
-
Get routine body segment.
- getRoutineBodySegment(CreateFunctionStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateFunctionStatementHandler
-
Get RoutineBodySegment.
- getRoutineBodySegment(CreateProcedureStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateProcedureStatementHandler
-
Get RoutineBodySegment.
- getRowCount() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment
-
Get row count.
- getScale() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DataTypeLengthSegment
-
get secondNumber.
- getSchema() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.statement.available.FromSchemaAvailable
-
Get schema.
- getSchema() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowIndexStatement
-
Get schema.
- getSelect() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get select statement.
- getSelect() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterViewStatement
-
Get select statement.
- getSelect() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateViewStatement
-
Get select statement.
- getSelect() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLPrepareStatement
-
Get select statement.
- getSelectStatement(AlterViewStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.AlterViewStatementHandler
-
Get select statement.
- getSelectStatement(CreateViewStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateViewStatementHandler
-
Get select statement.
- getSetAssignment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLInsertStatement
-
Get set assignment segment.
- getSetAssignmentSegment(InsertStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get set assignment segment.
- getSimpleTableSegment(ExplainStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal.ExplainStatementHandler
-
Get simple table segment.
- getSimpleTableSegment(AlterIndexStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.AlterIndexStatementHandler
-
Get simple table segment.
- getSimpleTableSegment(DropIndexStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.DropIndexStatementHandler
-
Get simple table segment.
- getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubqueryExpressionSegment
-
- getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getStartIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- getStartIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
-
Get start index.
- getStatement() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ExplainStatement
-
Get SQL statement.
- getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubqueryExpressionSegment
-
- getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ExpressionProjectionSegment
-
- getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getStopIndex() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- getStopIndex() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
-
Get stop index.
- getSubqueryTableSegmentFromTableSegment(TableSegment) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get subquery from tableSegment.
- getSubqueryWhereSegments(SelectStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.WhereSegmentExtractUtils
-
Get subquery where segment from SelectStatement.
- getTable() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLExplainStatement
-
Get simple table segment.
- getTable() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropIndexStatement
-
Get simple table segment.
- getTable() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerAlterIndexStatement
-
Get simple table segment.
- getTable() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropIndexStatement
-
Get simple table segment.
- getText() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment
-
Get text.
- getText() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.ColumnOrderByItemSegment
-
- getText() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.ExpressionOrderByItemSegment
-
- getText() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.TextOrderByItemSegment
-
Get text.
- getTruncate() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get truncate statement.
- getUpdate() - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get update statement.
- getUpdate() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLPrepareStatement
-
Get update statement.
- getValue() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.NumberLiteralPaginationValueSegment
-
Get value.
- getValue() - Method in class org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl.BooleanLiteralValue
-
- getValue() - Method in interface org.apache.shardingsphere.sql.parser.sql.common.value.ValueASTNode
-
Get value.
- getValueWithQuoteCharacters() - Method in class org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue
-
Get value with quote characters, i.e.
- getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement
-
Get where.
- getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get where.
- getWhere() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement
-
Get where.
- getWindow() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
Get window segment.
- getWindow() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
Get window segment.
- getWindowSegment(SelectStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
Get window segment.
- getWithSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get with segment.
- getWithSegment(DeleteStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get with segment.
- getWithSegment(InsertStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get with segment.
- getWithSegment(SelectStatement) - Static method in class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
Get with segment.
- getWithSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLInsertStatement
-
Get with segment.
- getWithSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerDeleteStatement
-
Get with segment.
- getWithSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerInsertStatement
-
Get with segment.
- getWithSegment() - Method in class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerUpdateStatement
-
Get with segment.
- GrantLevelSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Grant level segment.
- GrantLevelSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.GrantLevelSegment
-
- GrantLevelTypeEnum - Enum in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Grant level type enum.
- GrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dcl
-
Grant statement.
- GrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.GrantStatement
-
- GroupBySegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order
-
Group by segment.
- GroupBySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.GroupBySegment
-
- match(char, char) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.constant.Paren
-
Judge left paren match right paren or not.
- MergeStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
-
Merge statement.
- MergeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.MergeStatement
-
- ModifyColumnDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter
-
Modify column definition segment.
- ModifyColumnDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter.ModifyColumnDefinitionSegment
-
- ModifyConstraintDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter
-
Modify constraint definition segment.
- ModifyConstraintDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter.ModifyConstraintDefinitionSegment
-
- MySQLAlterDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter database statement.
- MySQLAlterDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterDatabaseStatement
-
- MySQLAlterEventStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter event statement.
- MySQLAlterEventStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterEventStatement
-
- MySQLAlterFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter function statement.
- MySQLAlterFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterFunctionStatement
-
- MySQLAlterInstanceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter instance statement.
- MySQLAlterInstanceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterInstanceStatement
-
- MySQLAlterLogfileGroupStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter logfile group statement.
- MySQLAlterLogfileGroupStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterLogfileGroupStatement
-
- MySQLAlterProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter procedure statement.
- MySQLAlterProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterProcedureStatement
-
- MySQLAlterServerStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter server statement.
- MySQLAlterServerStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterServerStatement
-
- MySQLAlterTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter tablespace statement.
- MySQLAlterTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterTablespaceStatement
-
- MySQLAlterTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter table statement.
- MySQLAlterTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterTableStatement
-
- MySQLAlterUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL alter user statement.
- MySQLAlterUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLAlterUserStatement
-
- MySQLAlterViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL alter view statement.
- MySQLAlterViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterViewStatement
-
- MySQLAnalyzeTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL analyze table statement.
- MySQLAnalyzeTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLAnalyzeTableStatement
-
- MySQLBeginTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL begin transaction statement.
- MySQLBeginTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLBeginTransactionStatement
-
- MySQLCacheIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL cache index statement.
- MySQLCacheIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLCacheIndexStatement
-
- MySQLCallStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
MySQL call statement.
- MySQLCallStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLCallStatement
-
- MySQLChangeMasterStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl
-
MySQL change master statement.
- MySQLChangeMasterStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl.MySQLChangeMasterStatement
-
- MySQLChecksumTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL checksum table statement.
- MySQLChecksumTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLChecksumTableStatement
-
- MySQLCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL commit statement.
- MySQLCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLCommitStatement
-
- MySQLCreateDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create database statement.
- MySQLCreateDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateDatabaseStatement
-
- MySQLCreateEventStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create event statement.
- MySQLCreateEventStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateEventStatement
-
- MySQLCreateFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create function statement.
- MySQLCreateFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateFunctionStatement
-
- MySQLCreateIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create index statement.
- MySQLCreateIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateIndexStatement
-
- MySQLCreateLoadableFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL create loadable function statement.
- MySQLCreateLoadableFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLCreateLoadableFunctionStatement
-
- MySQLCreateLogfileGroupStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create logfile group statement.
- MySQLCreateLogfileGroupStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateLogfileGroupStatement
-
- MySQLCreateProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create procedure statement.
- MySQLCreateProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateProcedureStatement
-
- MySQLCreateRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL create role statement.
- MySQLCreateRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLCreateRoleStatement
-
- MySQLCreateServerStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create server statement.
- MySQLCreateServerStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateServerStatement
-
- MySQLCreateTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create tablespace statement.
- MySQLCreateTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateTablespaceStatement
-
- MySQLCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create table statement.
- MySQLCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateTableStatement
-
- MySQLCreateTriggerStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create trigger statement.
- MySQLCreateTriggerStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateTriggerStatement
-
- MySQLCreateUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL create user statement.
- MySQLCreateUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLCreateUserStatement
-
- MySQLCreateViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL create view statement.
- MySQLCreateViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateViewStatement
-
- MySQLDeleteStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
MySQL delete statement.
- MySQLDeleteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDeleteStatement
-
- MySQLDoStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
MySQL do statement.
- MySQLDoStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDoStatement
-
- MySQLDropDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop database statement.
- MySQLDropDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropDatabaseStatement
-
- MySQLDropEventStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop event statement.
- MySQLDropEventStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropEventStatement
-
- MySQLDropFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop function statement.
- MySQLDropFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropFunctionStatement
-
- MySQLDropIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop index statement.
- MySQLDropIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropIndexStatement
-
- MySQLDropLogfileGroupStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop logfile group statement.
- MySQLDropLogfileGroupStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropLogfileGroupStatement
-
- MySQLDropProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop procedure statement.
- MySQLDropProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropProcedureStatement
-
- MySQLDropRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL drop role statement.
- MySQLDropRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLDropRoleStatement
-
- MySQLDropServerStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop server statement.
- MySQLDropServerStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropServerStatement
-
- MySQLDropTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop tablespace statement.
- MySQLDropTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropTablespaceStatement
-
- MySQLDropTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop table statement.
- MySQLDropTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropTableStatement
-
- MySQLDropTriggerStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop trigger statement.
- MySQLDropTriggerStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropTriggerStatement
-
- MySQLDropUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL drop user statement.
- MySQLDropUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLDropUserStatement
-
- MySQLDropViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL drop view statement.
- MySQLDropViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropViewStatement
-
- MySQLExplainStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL explain statement.
- MySQLExplainStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLExplainStatement
-
- MySQLFlushStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL flush statement.
- MySQLFlushStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLFlushStatement
-
- MySQLGrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL grant statement.
- MySQLGrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLGrantStatement
-
- MySQLInsertStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
MySQL insert statement.
- MySQLInsertStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLInsertStatement
-
- MySQLInstallPluginStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL install plugin statement.
- MySQLInstallPluginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLInstallPluginStatement
-
- MySQLKillStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL kill statement.
- MySQLKillStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLKillStatement
-
- MySQLLoadIndexInfoStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL load index info statement.
- MySQLLoadIndexInfoStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLLoadIndexInfoStatement
-
- MySQLOptimizeTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL optimize table statement.
- MySQLOptimizeTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLOptimizeTableStatement
-
- MySQLPrivilegeSegment - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
-
MySQL privilege segment.
- MySQLPrivilegeSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.MySQLPrivilegeSegment
-
- MySQLRenameTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL rename table statement.
- MySQLRenameTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLRenameTableStatement
-
- MySQLRenameUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL rename user statement.
- MySQLRenameUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLRenameUserStatement
-
- MySQLRepairTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL repair table statement.
- MySQLRepairTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLRepairTableStatement
-
- MySQLResetStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL reset statement.
- MySQLResetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLResetStatement
-
- MySQLRevokeStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL revoke statement.
- MySQLRevokeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLRevokeStatement
-
- MySQLRoleOrPrivilegeSegment - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
-
Role or privilege segment.
- MySQLRoleOrPrivilegeSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.MySQLRoleOrPrivilegeSegment
-
- MySQLRollbackStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL rollback statement.
- MySQLRollbackStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLRollbackStatement
-
- MySQLSavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL savepoint statement.
- MySQLSavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSavepointStatement
-
- MySQLSelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
MySQL select statement.
- MySQLSelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
- MySQLSetAutoCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL set auto commit statement.
- MySQLSetAutoCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSetAutoCommitStatement
-
- MySQLSetDefaultRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL set default role statement.
- MySQLSetDefaultRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLSetDefaultRoleStatement
-
- MySQLSetPasswordStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL set password statement.
- MySQLSetPasswordStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLSetPasswordStatement
-
- MySQLSetRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
MySQL set role statement.
- MySQLSetRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLSetRoleStatement
-
- MySQLSetStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL set statement.
- MySQLSetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLSetStatement
-
- MySQLSetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL set transaction statement.
- MySQLSetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSetTransactionStatement
-
- MySQLShowBinaryLogsStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show binary logs statement.
- MySQLShowBinaryLogsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowBinaryLogsStatement
-
- MySQLShowBinlogStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show binlog statement.
- MySQLShowBinlogStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowBinlogStatement
-
- MySQLShowColumnsStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show columns statement.
- MySQLShowColumnsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowColumnsStatement
-
- MySQLShowCreateEventStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show create event statement.
- MySQLShowCreateEventStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateEventStatement
-
- MySQLShowCreateFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show create function statement.
- MySQLShowCreateFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateFunctionStatement
-
- MySQLShowCreateProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show create procedure statement.
- MySQLShowCreateProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateProcedureStatement
-
- MySQLShowCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show create table statement.
- MySQLShowCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateTableStatement
-
- MySQLShowCreateViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show create view statement.
- MySQLShowCreateViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateViewStatement
-
- MySQLShowDatabasesStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show databases statement.
- MySQLShowDatabasesStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowDatabasesStatement
-
- MySQLShowErrorsStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show errors statement.
- MySQLShowErrorsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowErrorsStatement
-
- MySQLShowIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show index statement.
- MySQLShowIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowIndexStatement
-
- MySQLShowOtherStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL other show statement.
- MySQLShowOtherStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowOtherStatement
-
- MySQLShowProcessListStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show process list statement.
- MySQLShowProcessListStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowProcessListStatement
-
- MySQLShowStatusStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show status statement.
- MySQLShowStatusStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowStatusStatement
-
- MySQLShowTablesStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show tables statement.
- MySQLShowTablesStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTablesStatement
-
- MySQLShowTableStatusStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show table status statement.
- MySQLShowTableStatusStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTableStatusStatement
-
- MySQLShowWarningsStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL show warnings statement.
- MySQLShowWarningsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowWarningsStatement
-
- MySQLStartSlaveStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl
-
MySQL start slave statement.
- MySQLStartSlaveStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl.MySQLStartSlaveStatement
-
- MySQLStatement - Interface in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql
-
MySQL statement.
- MySQLStopSlaveStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl
-
MySQL stop slave statement.
- MySQLStopSlaveStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl.MySQLStopSlaveStatement
-
- MySQLTruncateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
MySQL truncate table statement.
- MySQLTruncateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLTruncateStatement
-
- MySQLUninstallPluginStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
MySQL uninstall plugin statement.
- MySQLUninstallPluginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLUninstallPluginStatement
-
- MySQLUpdateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
MySQL update statement.
- MySQLUpdateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLUpdateStatement
-
- MySQLUseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
Use database statement for MySQL.
- MySQLUseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLUseStatement
-
- MySQLXAStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
MySQL savepoint statement.
- MySQLXAStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLXAStatement
-
- OnDuplicateKeyColumnsSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column
-
On duplicate key columns segment.
- OnDuplicateKeyColumnsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.OnDuplicateKeyColumnsSegment
-
- OracleAlterDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle alter database statement.
- OracleAlterDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleAlterDatabaseStatement
-
- OracleAlterIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle alter index statement.
- OracleAlterIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleAlterIndexStatement
-
- OracleAlterRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle alter role statement.
- OracleAlterRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleAlterRoleStatement
-
- OracleAlterSessionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle alter session statement.
- OracleAlterSessionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleAlterSessionStatement
-
- OracleAlterSynonymStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle alter synonym statement.
- OracleAlterSynonymStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleAlterSynonymStatement
-
- OracleAlterSystemStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle alter system statement.
- OracleAlterSystemStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleAlterSystemStatement
-
- OracleAlterTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle alter table statement.
- OracleAlterTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleAlterTableStatement
-
- OracleAlterUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle alter user statement.
- OracleAlterUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleAlterUserStatement
-
- OracleCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl
-
Oracle commit statement.
- OracleCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl.OracleCommitStatement
-
- OracleCreateIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle create index statement.
- OracleCreateIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleCreateIndexStatement
-
- OracleCreateRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle create role statement.
- OracleCreateRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleCreateRoleStatement
-
- OracleCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle create table statement.
- OracleCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleCreateTableStatement
-
- OracleCreateUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle create user statement.
- OracleCreateUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleCreateUserStatement
-
- OracleDeleteStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
-
Oracle delete statement.
- OracleDeleteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleDeleteStatement
-
- OracleDropIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle drop index statement.
- OracleDropIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleDropIndexStatement
-
- OracleDropRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle drop role statement.
- OracleDropRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleDropRoleStatement
-
- OracleDropTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle drop table statement.
- OracleDropTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleDropTableStatement
-
- OracleDropUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle drop user statement.
- OracleDropUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleDropUserStatement
-
- OracleGrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle grant statement.
- OracleGrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleGrantStatement
-
- OracleInsertStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
-
Oracle insert statement.
- OracleInsertStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleInsertStatement
-
- OracleMergeStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
-
Oracle merge statement.
- OracleMergeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleMergeStatement
-
- OracleRevokeStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle revoke statement.
- OracleRevokeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleRevokeStatement
-
- OracleRollbackStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl
-
Oracle rollback statement.
- OracleRollbackStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl.OracleRollbackStatement
-
- OracleSavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl
-
Oracle savepoint statement.
- OracleSavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl.OracleSavepointStatement
-
- OracleSelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
-
Oracle select statement.
- OracleSelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleSelectStatement
-
- OracleSetConstraintsStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl
-
Oracle set constraints statement.
- OracleSetConstraintsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl.OracleSetConstraintsStatement
-
- OracleSetRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
Oracle set role statement.
- OracleSetRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl.OracleSetRoleStatement
-
- OracleSetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl
-
Oracle set transaction statement.
- OracleSetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl.OracleSetTransactionStatement
-
- OracleStatement - Interface in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle
-
Oracle statement.
- OracleTruncateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
Oracle truncate table statement.
- OracleTruncateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl.OracleTruncateStatement
-
- OracleUpdateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
-
Oracle update statement.
- OracleUpdateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleUpdateStatement
-
- OrderByItemSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
-
Order by item segment.
- OrderByItemSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.OrderByItemSegment
-
- OrderBySegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order
-
Order by segment.
- OrderBySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.OrderBySegment
-
- OrderDirection - Enum in org.apache.shardingsphere.sql.parser.sql.common.constant
-
Order direction.
- org.apache.shardingsphere.sql.parser.sql.common - package org.apache.shardingsphere.sql.parser.sql.common
-
- org.apache.shardingsphere.sql.parser.sql.common.constant - package org.apache.shardingsphere.sql.parser.sql.common.constant
-
- org.apache.shardingsphere.sql.parser.sql.common.extractor - package org.apache.shardingsphere.sql.parser.sql.common.extractor
-
- org.apache.shardingsphere.sql.parser.sql.common.segment - package org.apache.shardingsphere.sql.parser.sql.common.segment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dal - package org.apache.shardingsphere.sql.parser.sql.common.segment.dal
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.table - package org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.table
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.top - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.top
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate - package org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.generic - package org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table - package org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.tcl - package org.apache.shardingsphere.sql.parser.sql.common.segment.tcl
-
- org.apache.shardingsphere.sql.parser.sql.common.statement - package org.apache.shardingsphere.sql.parser.sql.common.statement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.available - package org.apache.shardingsphere.sql.parser.sql.common.statement.available
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal - package org.apache.shardingsphere.sql.parser.sql.common.statement.dal
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dcl - package org.apache.shardingsphere.sql.parser.sql.common.statement.dcl
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl - package org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml - package org.apache.shardingsphere.sql.parser.sql.common.statement.dml
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.rl - package org.apache.shardingsphere.sql.parser.sql.common.statement.rl
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl - package org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
-
- org.apache.shardingsphere.sql.parser.sql.common.util - package org.apache.shardingsphere.sql.parser.sql.common.util
-
- org.apache.shardingsphere.sql.parser.sql.common.value - package org.apache.shardingsphere.sql.parser.sql.common.value
-
- org.apache.shardingsphere.sql.parser.sql.common.value.collection - package org.apache.shardingsphere.sql.parser.sql.common.value.collection
-
- org.apache.shardingsphere.sql.parser.sql.common.value.identifier - package org.apache.shardingsphere.sql.parser.sql.common.value.identifier
-
- org.apache.shardingsphere.sql.parser.sql.common.value.keyword - package org.apache.shardingsphere.sql.parser.sql.common.value.keyword
-
- org.apache.shardingsphere.sql.parser.sql.common.value.literal - package org.apache.shardingsphere.sql.parser.sql.common.value.literal
-
- org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl - package org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl
-
- org.apache.shardingsphere.sql.parser.sql.common.value.parametermarker - package org.apache.shardingsphere.sql.parser.sql.common.value.parametermarker
-
- org.apache.shardingsphere.sql.parser.sql.common.value.props - package org.apache.shardingsphere.sql.parser.sql.common.value.props
-
- org.apache.shardingsphere.sql.parser.sql.dialect.handler - package org.apache.shardingsphere.sql.parser.sql.dialect.handler
-
- org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal - package org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal
-
- org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl - package org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml - package org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.tcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92 - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl - package org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
- OrPredicateSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate
-
Or predicate segment.
- OrPredicateSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.OrPredicateSegment
-
- OtherLiteralValue - Class in org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl
-
Other literal value.
- OtherLiteralValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl.OtherLiteralValue
-
- OutputSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Output segment.
- OutputSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OutputSegment
-
- OwnerAvailable - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Owner available.
- OwnerSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Owner segment.
- OwnerSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerSegment
-
- PaginationValueSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination
-
Pagination value segment.
- ParameterMarkerExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple
-
Parameter marker expression segment.
- ParameterMarkerExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple.ParameterMarkerExpressionSegment
-
- ParameterMarkerLimitValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit
-
Limit value segment for parameter marker.
- ParameterMarkerLimitValueSegment(int, int, int) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.ParameterMarkerLimitValueSegment
-
- ParameterMarkerPaginationValueSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination
-
Pagination value segment for parameter marker.
- ParameterMarkerRowNumberValueSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.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.common.segment.dml.pagination.rownum.ParameterMarkerRowNumberValueSegment
-
- ParameterMarkerValue - Class in org.apache.shardingsphere.sql.parser.sql.common.value.parametermarker
-
Parameter marker value.
- ParameterMarkerValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.value.parametermarker.ParameterMarkerValue
-
- Paren - Enum in org.apache.shardingsphere.sql.parser.sql.common.constant
-
Paren of SQL.
- PasswordOrLockOptionSegment - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
-
- PasswordOrLockOptionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.PasswordOrLockOptionSegment
-
- PostgreSQLAlterFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter function statement.
- PostgreSQLAlterFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterFunctionStatement
-
- PostgreSQLAlterIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter index statement.
- PostgreSQLAlterIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterIndexStatement
-
- PostgreSQLAlterProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter procedure statement.
- PostgreSQLAlterProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterProcedureStatement
-
- PostgreSQLAlterRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL alter role statement.
- PostgreSQLAlterRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLAlterRoleStatement
-
- PostgreSQLAlterSequenceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter sequence statement.
- PostgreSQLAlterSequenceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterSequenceStatement
-
- PostgreSQLAlterTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter tablespace statement.
- PostgreSQLAlterTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterTablespaceStatement
-
- PostgreSQLAlterTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter table statement.
- PostgreSQLAlterTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterTableStatement
-
- PostgreSQLAlterUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL alter user statement.
- PostgreSQLAlterUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLAlterUserStatement
-
- PostgreSQLAlterViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL alter view statement.
- PostgreSQLAlterViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterViewStatement
-
- PostgreSQLAnalyzeTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL analyze table statement.
- PostgreSQLAnalyzeTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLAnalyzeTableStatement
-
- PostgreSQLBeginTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL begin transaction statement.
- PostgreSQLBeginTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLBeginTransactionStatement
-
- PostgreSQLCallStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
PostgreSQL call statement.
- PostgreSQLCallStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLCallStatement
-
- PostgreSQLCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL commit statement.
- PostgreSQLCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLCommitStatement
-
- PostgreSQLCreateDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create database statement.
- PostgreSQLCreateDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateDatabaseStatement
-
- PostgreSQLCreateFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create function statement.
- PostgreSQLCreateFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateFunctionStatement
-
- PostgreSQLCreateIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create index statement.
- PostgreSQLCreateIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateIndexStatement
-
- PostgreSQLCreateProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create procedure statement.
- PostgreSQLCreateProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateProcedureStatement
-
- PostgreSQLCreateRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL create role statement.
- PostgreSQLCreateRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLCreateRoleStatement
-
- PostgreSQLCreateSequenceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create sequence statement.
- PostgreSQLCreateSequenceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateSequenceStatement
-
- PostgreSQLCreateTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create tablespace statement.
- PostgreSQLCreateTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateTablespaceStatement
-
- PostgreSQLCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create table statement.
- PostgreSQLCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateTableStatement
-
- PostgreSQLCreateUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL create user statement.
- PostgreSQLCreateUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLCreateUserStatement
-
- PostgreSQLCreateViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL create view statement.
- PostgreSQLCreateViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateViewStatement
-
- PostgreSQLDeallocateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL deallocate statement.
- PostgreSQLDeallocateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDeallocateStatement
-
- PostgreSQLDeleteStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
PostgreSQL delete statement.
- PostgreSQLDeleteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLDeleteStatement
-
- PostgreSQLDoStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
PostgreSQL do statement.
- PostgreSQLDoStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLDoStatement
-
- PostgreSQLDropDatabaseStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop database statement.
- PostgreSQLDropDatabaseStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropDatabaseStatement
-
- PostgreSQLDropFunctionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop function statement.
- PostgreSQLDropFunctionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropFunctionStatement
-
- PostgreSQLDropIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop index statement.
- PostgreSQLDropIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropIndexStatement
-
- PostgreSQLDropProcedureStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop procedure statement.
- PostgreSQLDropProcedureStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropProcedureStatement
-
- PostgreSQLDropRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL drop role statement.
- PostgreSQLDropRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLDropRoleStatement
-
- PostgreSQLDropSequenceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop sequence statement.
- PostgreSQLDropSequenceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropSequenceStatement
-
- PostgreSQLDropTablespaceStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop tablespace statement.
- PostgreSQLDropTablespaceStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropTablespaceStatement
-
- PostgreSQLDropTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop table statement.
- PostgreSQLDropTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropTableStatement
-
- PostgreSQLDropUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL drop user statement.
- PostgreSQLDropUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLDropUserStatement
-
- PostgreSQLDropViewStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL drop view statement.
- PostgreSQLDropViewStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropViewStatement
-
- PostgreSQLExecuteStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL execute statement.
- PostgreSQLExecuteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLExecuteStatement
-
- PostgreSQLExplainStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL explain statement.
- PostgreSQLExplainStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLExplainStatement
-
- PostgreSQLGrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL grant statement.
- PostgreSQLGrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLGrantStatement
-
- PostgreSQLInsertStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
PostgreSQL insert statement.
- PostgreSQLInsertStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLInsertStatement
-
- PostgreSQLLoadStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL load statement.
- PostgreSQLLoadStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLLoadStatement
-
- PostgreSQLPrepareStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL prepare statement.
- PostgreSQLPrepareStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLPrepareStatement
-
- PostgreSQLReleaseSavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL release savepoint statement.
- PostgreSQLReleaseSavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLReleaseSavepointStatement
-
- PostgreSQLResetParameterStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL reset parameter statement.
- PostgreSQLResetParameterStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLResetParameterStatement
-
- PostgreSQLRevokeStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
-
PostgreSQL revoke statement.
- PostgreSQLRevokeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLRevokeStatement
-
- PostgreSQLRollbackStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL rollback statement.
- PostgreSQLRollbackStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLRollbackStatement
-
- PostgreSQLRollbackToSavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL rollback to savepoint statement.
- PostgreSQLRollbackToSavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLRollbackToSavepointStatement
-
- PostgreSQLSavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL savepoint statement.
- PostgreSQLSavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLSavepointStatement
-
- PostgreSQLSelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
PostgreSQL select statement.
- PostgreSQLSelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
- PostgreSQLSetStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL set statement.
- PostgreSQLSetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLSetStatement
-
- PostgreSQLSetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
-
PostgreSQL set transaction statement.
- PostgreSQLSetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLSetTransactionStatement
-
- PostgreSQLShowStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL show statement.
- PostgreSQLShowStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLShowStatement
-
- PostgreSQLStatement - Interface in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql
-
PostgreSQL statement.
- PostgreSQLTruncateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
-
PostgreSQL truncate table statement.
- PostgreSQLTruncateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLTruncateStatement
-
- PostgreSQLUpdateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
-
PostgreSQL update statement.
- PostgreSQLUpdateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLUpdateStatement
-
- PostgreSQLVacuumStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
-
PostgreSQL vacuum statement.
- PostgreSQLVacuumStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLVacuumStatement
-
- PrivilegeTypeEnum - Enum in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Privilege type enum.
- ProjectionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
-
Projection segment.
- ProjectionsSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
-
projections segment.
- ProjectionsSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment
-
- PropertiesValue - Class in org.apache.shardingsphere.sql.parser.sql.common.value.props
-
Properties value.
- PropertiesValue() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.value.props.PropertiesValue
-
- safeClosed(Comparable<?>, Comparable<?>) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range closed method by safe mode.
- safeCollectionEquals(Collection<Comparable<?>>, Collection<Comparable<?>>) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute collection equals method by safe mode.
- safeContains(Range<Comparable<?>>, Comparable<?>) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range contains method by safe mode.
- safeIntersection(Range<Comparable<?>>, Range<Comparable<?>>) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range intersection method by safe mode.
- SafeNumberOperationUtils - Class in org.apache.shardingsphere.sql.parser.sql.common.util
-
Safe number operation utility class.
- SafeNumberOperationUtils() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
- safeRangeEquals(Range<Comparable<?>>, Range<Comparable<?>>) - Static method in class org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range equals method by safe mode.
- SavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
-
Savepoint statement.
- SavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SavepointStatement
-
- SchemaSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
-
Schema segment.
- SchemaSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.SchemaSegment
-
- SelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
-
Select statement.
- SelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
- SelectStatementHandler - Class in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
-
Select statement helper class for different dialect SQL statements.
- SelectStatementHandler() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
- setAlias(AliasSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasAvailable
-
Set alias.
- setAlias(AliasSegment) - Method in class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.DeleteMultiTableSegment
-
- SetAssignmentSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment
-
Set assignment segment.
- SetAssignmentSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment.SetAssignmentSegment
-
- SetAutoCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
-
Set auto commit statement.
- SetAutoCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetAutoCommitStatement
-
- SetConstraintsStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
-
Set constraints statement.
- SetConstraintsStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetConstraintsStatement
-
- setOwner(OwnerSegment) - Method in interface org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerAvailable
-
Set owner.
- SetRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dcl
-
Set role statement.
- SetRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.SetRoleStatement
-
- SetStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.dal
-
Set statement.
- SetStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.dal.SetStatement
-
- SetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
-
Set transaction statement.
- SetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetTransactionStatement
-
- ShorthandProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
-
Shorthand projection segment.
- ShorthandProjectionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ShorthandProjectionSegment
-
- ShowLikeSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dal
-
Show like segment.
- ShowLikeSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dal.ShowLikeSegment
-
- SimpleExpressionSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple
-
Simple expression segment.
- SimpleTableSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table
-
Simple table segment.
- SimpleTableSegment(int, int, IdentifierValue) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- SQL92AlterTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl
-
SQL92 alter table statement.
- SQL92AlterTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92AlterTableStatement
-
- SQL92CommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl
-
SQL92 commit statement.
- SQL92CommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl.SQL92CommitStatement
-
- SQL92CreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl
-
SQL92 create table statement.
- SQL92CreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92CreateTableStatement
-
- SQL92DeleteStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
-
SQL92 delete statement.
- SQL92DeleteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92DeleteStatement
-
- SQL92DropTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl
-
SQL92 drop table statement.
- SQL92DropTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92DropTableStatement
-
- SQL92GrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl
-
SQL92 grant statement.
- SQL92GrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl.SQL92GrantStatement
-
- SQL92InsertStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
-
SQL92 insert statement.
- SQL92InsertStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92InsertStatement
-
- SQL92RevokeStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl
-
SQL92 revoke statement.
- SQL92RevokeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl.SQL92RevokeStatement
-
- SQL92RollbackStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl
-
SQL92 rollback statement.
- SQL92RollbackStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl.SQL92RollbackStatement
-
- SQL92SelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
-
SQL92 select statement.
- SQL92SelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92SelectStatement
-
- SQL92SetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl
-
SQL92 set transaction statement.
- SQL92SetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl.SQL92SetTransactionStatement
-
- SQL92Statement - Interface in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92
-
SQL92 statement.
- SQL92UpdateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
-
SQL92 update statement.
- SQL92UpdateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92UpdateStatement
-
- SQLSegment - Interface in org.apache.shardingsphere.sql.parser.sql.common.segment
-
SQL segment.
- SQLServerAlterIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer alter index statement.
- SQLServerAlterIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerAlterIndexStatement
-
- SQLServerAlterLoginStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer alter login statement.
- SQLServerAlterLoginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerAlterLoginStatement
-
- SQLServerAlterRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer alter role statement.
- SQLServerAlterRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerAlterRoleStatement
-
- SQLServerAlterTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer alter table statement.
- SQLServerAlterTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerAlterTableStatement
-
- SQLServerAlterUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer alter user statement.
- SQLServerAlterUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerAlterUserStatement
-
- SQLServerBeginTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
SQLServer begin transaction statement.
- SQLServerBeginTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerBeginTransactionStatement
-
- SQLServerCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
SQLServer commit statement.
- SQLServerCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerCommitStatement
-
- SQLServerCreateIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer create index statement.
- SQLServerCreateIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerCreateIndexStatement
-
- SQLServerCreateLoginStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer create login statement.
- SQLServerCreateLoginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerCreateLoginStatement
-
- SQLServerCreateRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer create role statement.
- SQLServerCreateRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerCreateRoleStatement
-
- SQLServerCreateTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer create table statement.
- SQLServerCreateTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerCreateTableStatement
-
- SQLServerCreateUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer create user statement.
- SQLServerCreateUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerCreateUserStatement
-
- SQLServerDeleteStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
-
SQLServer delete statement.
- SQLServerDeleteStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerDeleteStatement
-
- SQLServerDenyUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer deny user statement.
- SQLServerDenyUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDenyUserStatement
-
- SQLServerDropIndexStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer drop index statement.
- SQLServerDropIndexStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropIndexStatement
-
- SQLServerDropLoginStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer drop login statement.
- SQLServerDropLoginStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDropLoginStatement
-
- SQLServerDropRoleStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer drop role statement.
- SQLServerDropRoleStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDropRoleStatement
-
- SQLServerDropTableStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer drop table statement.
- SQLServerDropTableStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropTableStatement
-
- SQLServerDropUserStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer drop user statement.
- SQLServerDropUserStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDropUserStatement
-
- SQLServerGrantStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer grant statement.
- SQLServerGrantStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerGrantStatement
-
- SQLServerInsertStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
-
SQLServer insert statement.
- SQLServerInsertStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerInsertStatement
-
- SQLServerRevokeStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
-
SQLServer revoke statement.
- SQLServerRevokeStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerRevokeStatement
-
- SQLServerRollbackStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
SQLServer rollback statement.
- SQLServerRollbackStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerRollbackStatement
-
- SQLServerSavepointStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
SQLServer savepoint statement.
- SQLServerSavepointStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerSavepointStatement
-
- SQLServerSelectStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
-
SQLServer select statement.
- SQLServerSelectStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerSelectStatement
-
- SQLServerSetAutoCommitStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
SQLServer set auto commit statement.
- SQLServerSetAutoCommitStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerSetAutoCommitStatement
-
- SQLServerSetTransactionStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
-
SQLServer set transaction statement.
- SQLServerSetTransactionStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerSetTransactionStatement
-
- SQLServerStatement - Interface in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver
-
SQLServer statement.
- SQLServerTruncateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
-
SQLServer truncate table statement.
- SQLServerTruncateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerTruncateStatement
-
- SQLServerUpdateStatement - Class in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
-
SQLServer update statement.
- SQLServerUpdateStatement() - Constructor for class org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerUpdateStatement
-
- SQLStatement - Interface in org.apache.shardingsphere.sql.parser.sql.common.statement
-
SQL statement.
- SQLStatementHandler - Interface in org.apache.shardingsphere.sql.parser.sql.dialect.handler
-
SQL statement handler.
- SQLStatementType - Enum in org.apache.shardingsphere.sql.parser.sql.common.statement
-
SQL statement type.
- SQLStats - Class in org.apache.shardingsphere.sql.parser.sql.common
-
- SQLStats() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.SQLStats
-
- SQLUtil - Class in org.apache.shardingsphere.sql.parser.sql.common.util
-
SQL utility class.
- SQLUtil() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
- SSLTypeEnum - Enum in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
-
- StringLiteralValue - Class in org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl
-
String literal value.
- StringLiteralValue(String) - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl.StringLiteralValue
-
- SubqueryExpressionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery
-
Subquery expression segment.
- SubqueryExpressionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubqueryExpressionSegment
-
- SubqueryProjectionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
-
Subquery projection segment.
- SubqueryProjectionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- SubquerySegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery
-
Subquery segment.
- SubquerySegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubquerySegment
-
- SubqueryTableSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table
-
Subquery table segment.
- SubqueryTableSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- ValidateConstraintDefinitionSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter
-
Validate constraint definition segment.
- ValidateConstraintDefinitionSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.alter.ValidateConstraintDefinitionSegment
-
- ValidStatementSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine
-
Valid statement segment.
- ValidStatementSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
- ValueASTNode<T> - Interface in org.apache.shardingsphere.sql.parser.sql.common.value
-
Value AST node.
- valueFrom(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.constant.LogicalOperator
-
Get logical operator value from text.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.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.common.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.common.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.common.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.common.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.common.segment.generic.ACLTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.segment.generic.GrantLevelTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.segment.generic.PrivilegeTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.ACLAttributeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.SSLTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.UserResourceSpecifiedLimitEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.shardingsphere.sql.parser.sql.common.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.common.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.common.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.common.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.common.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.common.segment.generic.ACLTypeEnum
-
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.common.segment.generic.GrantLevelTypeEnum
-
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.common.segment.generic.PrivilegeTypeEnum
-
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.common.statement.SQLStatementType
-
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.dialect.statement.mysql.segment.ACLAttributeEnum
-
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.dialect.statement.mysql.segment.SSLTypeEnum
-
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.dialect.statement.mysql.segment.UserResourceSpecifiedLimitEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableAssignSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dal
-
- VariableAssignSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dal.VariableAssignSegment
-
- VariableSegment - Class in org.apache.shardingsphere.sql.parser.sql.common.segment.dal
-
Variable segment.
- VariableSegment() - Constructor for class org.apache.shardingsphere.sql.parser.sql.common.segment.dal.VariableSegment
-