- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.AggregationProjectionSegment
-
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ExpressionProjectionSegment
-
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- getAlias() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasAvailable
-
Get alias.
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.DeleteMultiTableSegment
-
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.JoinTableSegment
-
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- getAlterTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get alter table statement.
- getColumnPosition() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter.AddColumnDefinitionSegment
-
Get column position.
- getColumnPosition() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter.ModifyColumnDefinitionSegment
-
Get column position.
- getColumns() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
Get columns.
- getCreateTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get create table statement.
- getDelete() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get delete statement.
- getDropTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get drop table statement.
- getExactlyExpression(String) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly SQL expression.
- getExactlyNumber(String, int) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly number value and type.
- getExactlyValue(String) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly value for SQL expression.
- getExpressionList() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.InExpression
-
Get expression list from right.
- getExpressionWithoutOutsideParentheses(String) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get exactly SQL expression without outside parentheses.
- getFromSchema() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowColumnsStatement
-
Get from schema.
- getFromSchema() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTablesStatement
-
Get from schema.
- getFromSchema() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTableStatusStatement
-
Get from schema.
- getGroupBy() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get group by segment.
- getIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement
-
Get index segment.
- getInsert() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get insert statement.
- getInsertColumns() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
Get insert columns segment.
- getInsertSelect() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
Get insert select segment.
- getLimit() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDeleteStatement
-
Get limit segment.
- getLimit() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
Get order by segment.
- getLimit() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLUpdateStatement
-
Get order by segment.
- getLimit() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
Get order by segment.
- getLimit() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92SelectStatement
-
Get order by segment.
- getLimit() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerSelectStatement
-
Get order by segment.
- getLimitSegment(DeleteStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get limit segment.
- getLimitSegment(SelectStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
Get limit segment.
- getLimitSegment(UpdateStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.UpdateStatementHandler
-
Get limit segment.
- getLock() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
Get lock segment.
- getLock() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml.OracleSelectStatement
-
Get lock segment.
- getLock() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
Get lock segment.
- getLockSegment(SelectStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
Get lock segment.
- getOffset() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment
-
Get offset.
- getOnDuplicateKeyColumns() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLInsertStatement
-
Get on duplicate key columns segment.
- getOnDuplicateKeyColumnsSegment(InsertStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get On duplicate key columns segment.
- getOrderBy() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get order by segment.
- getOrderBy() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDeleteStatement
-
Get order by segment.
- getOrderBy() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLUpdateStatement
-
Get order by segment.
- getOrderBySegment(DeleteStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get order by segment.
- getOrderBySegment(UpdateStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.UpdateStatementHandler
-
Get order by segment.
- getOutputSegment(DeleteStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.DeleteStatementHandler
-
Get output segment.
- getOutputSegment(InsertStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get output segment.
- getOutputSegment() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerDeleteStatement
-
Get output segment.
- getOutputSegment() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerInsertStatement
-
Get output segment.
- getOwner() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment
-
- getOwner() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ShorthandProjectionSegment
-
- getOwner() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerAvailable
-
Get owner.
- getOwner() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getParameterCount() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
-
Get count of parameters.
- getParameterIndex() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.ParameterMarkerPaginationValueSegment
-
Get parameter index.
- getQualifiedName() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment
-
Get qualified name with quote characters.
- getQuoteCharacter(String) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.constant.QuoteCharacter
-
Get quote character.
- getReferencedTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintDefinitionSegment
-
Get referenced table.
- getReplace() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get replace statement.
- getRoutineBody() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateFunctionStatement
-
Get routine body segment.
- getRoutineBody() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateProcedureStatement
-
Get routine body segment.
- getRoutineBodySegment(CreateFunctionStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateFunctionStatementHandler
-
Get RoutineBodySegment.
- getRoutineBodySegment(CreateProcedureStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateProcedureStatementHandler
-
Get RoutineBodySegment.
- getRowCount() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment
-
Get row count.
- getScale() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DataTypeLengthSegment
-
get secondNumber.
- getSchema() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowIndexStatement
-
Get schema.
- getSelect() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get select statement.
- getSelect() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterViewStatement
-
Get select statement.
- getSelect() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateViewStatement
-
Get select statement.
- getSelectStatement(AlterViewStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.AlterViewStatementHandler
-
Get select statement.
- getSelectStatement(CreateViewStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.CreateViewStatementHandler
-
Get select statement.
- getSetAssignment() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLInsertStatement
-
Get set assignment segment.
- getSetAssignmentSegment(InsertStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get set assignment segment.
- getSimpleTableSegment(AlterIndexStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.AlterIndexStatementHandler
-
Get simple table segment.
- getSimpleTableSegment(DropIndexStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl.DropIndexStatementHandler
-
Get simple table segment.
- getStartIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubqueryExpressionSegment
-
- getStartIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- getStartIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- getStartIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getStartIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- getStartIndex() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
-
Get start index.
- getStopIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubqueryExpressionSegment
-
- getStopIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ColumnProjectionSegment
-
- getStopIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ExpressionProjectionSegment
-
- getStopIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- getStopIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- getStopIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
- getStopIndex() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
-
Get stop index.
- getSubqueryTableSegmentFromTableSegment(TableSegment) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
Get subquery from tableSegment.
- getSubqueryWhereSegments(SelectStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.WhereSegmentExtractUtils
-
Get subquery where segment from SelectStatement.
- getTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropIndexStatement
-
Get simple table segment.
- getTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerAlterIndexStatement
-
Get simple table segment.
- getTable() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropIndexStatement
-
Get simple table segment.
- getText() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.ComplexExpressionSegment
-
Get text.
- getText() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.ColumnOrderByItemSegment
-
- getText() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.ExpressionOrderByItemSegment
-
- getText() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.TextOrderByItemSegment
-
Get text.
- getTruncate() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get truncate statement.
- getUpdate() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.ValidStatementSegment
-
Get update statement.
- getValue() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.NumberLiteralPaginationValueSegment
-
Get value.
- getValue() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl.BooleanLiteralValue
-
- getValue() - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.value.ValueASTNode
-
Get value.
- getValueWithQuoteCharacters() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue
-
Get value with quote characters, i.e.
- getWhere() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement
-
Get where.
- getWhere() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
Get where.
- getWhere() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement
-
Get where.
- getWithSegment(InsertStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.InsertStatementHandler
-
Get with segment.
- getWithSegment() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLInsertStatement
-
Get with segment.
- getWithSegment() - 类 中的方法org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerInsertStatement
-
Get with segment.
- GrantStatement - org.apache.shardingsphere.sql.parser.sql.common.statement.dcl中的类
-
Grant statement.
- GrantStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.GrantStatement
-
- GroupBySegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order中的类
-
Group by segment.
- GroupBySegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.GroupBySegment
-
- match(char, char) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.constant.Paren
-
Judge left paren match right paren or not.
- ModifyColumnDefinitionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter中的类
-
Modify column definition segment.
- ModifyColumnDefinitionSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.alter.ModifyColumnDefinitionSegment
-
- MySQLAlterDatabaseStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter database statement.
- MySQLAlterDatabaseStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterDatabaseStatement
-
- MySQLAlterEventStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter event statement.
- MySQLAlterEventStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterEventStatement
-
- MySQLAlterFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter function statement.
- MySQLAlterFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterFunctionStatement
-
- MySQLAlterInstanceStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter instance statement.
- MySQLAlterInstanceStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterInstanceStatement
-
- MySQLAlterLogfileGroupStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter logfile group statement.
- MySQLAlterLogfileGroupStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterLogfileGroupStatement
-
- MySQLAlterProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter procedure statement.
- MySQLAlterProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterProcedureStatement
-
- MySQLAlterServerStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter server statement.
- MySQLAlterServerStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterServerStatement
-
- MySQLAlterTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter table statement.
- MySQLAlterTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterTableStatement
-
- MySQLAlterUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL alter user statement.
- MySQLAlterUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLAlterUserStatement
-
- MySQLAlterViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL alter view statement.
- MySQLAlterViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLAlterViewStatement
-
- MySQLAnalyzeTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL analyze table statement.
- MySQLAnalyzeTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLAnalyzeTableStatement
-
- MySQLBeginTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl中的类
-
MySQL begin transaction statement.
- MySQLBeginTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLBeginTransactionStatement
-
- MySQLCacheIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL cache index statement.
- MySQLCacheIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLCacheIndexStatement
-
- MySQLCallStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml中的类
-
MySQL call statement.
- MySQLCallStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLCallStatement
-
- MySQLChangeMasterStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl中的类
-
MySQL change master statement.
- MySQLChangeMasterStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl.MySQLChangeMasterStatement
-
- MySQLChecksumTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL checksum table statement.
- MySQLChecksumTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLChecksumTableStatement
-
- MySQLCommitStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl中的类
-
MySQL commit statement.
- MySQLCommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLCommitStatement
-
- MySQLCreateDatabaseStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create database statement.
- MySQLCreateDatabaseStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateDatabaseStatement
-
- MySQLCreateEventStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create event statement.
- MySQLCreateEventStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateEventStatement
-
- MySQLCreateFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create function statement.
- MySQLCreateFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateFunctionStatement
-
- MySQLCreateIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create index statement.
- MySQLCreateIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateIndexStatement
-
- MySQLCreateLogfileGroupStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create logfile group statement.
- MySQLCreateLogfileGroupStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateLogfileGroupStatement
-
- MySQLCreateProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create procedure statement.
- MySQLCreateProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateProcedureStatement
-
- MySQLCreateRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL create role statement.
- MySQLCreateRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLCreateRoleStatement
-
- MySQLCreateServerStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create server statement.
- MySQLCreateServerStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateServerStatement
-
- MySQLCreateTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create table statement.
- MySQLCreateTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateTableStatement
-
- MySQLCreateTriggerStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create trigger statement.
- MySQLCreateTriggerStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateTriggerStatement
-
- MySQLCreateUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL create user statement.
- MySQLCreateUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLCreateUserStatement
-
- MySQLCreateViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL create view statement.
- MySQLCreateViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateViewStatement
-
- MySQLDeleteStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml中的类
-
MySQL delete statement.
- MySQLDeleteStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDeleteStatement
-
- MySQLDescribeStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL describe statement.
- MySQLDescribeStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLDescribeStatement
-
- MySQLDoStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml中的类
-
MySQL do statement.
- MySQLDoStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLDoStatement
-
- MySQLDropDatabaseStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop database statement.
- MySQLDropDatabaseStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropDatabaseStatement
-
- MySQLDropEventStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop event statement.
- MySQLDropEventStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropEventStatement
-
- MySQLDropFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop function statement.
- MySQLDropFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropFunctionStatement
-
- MySQLDropIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop index statement.
- MySQLDropIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropIndexStatement
-
- MySQLDropLogfileGroupStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop logfile group statement.
- MySQLDropLogfileGroupStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropLogfileGroupStatement
-
- MySQLDropProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop procedure statement.
- MySQLDropProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropProcedureStatement
-
- MySQLDropRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL drop role statement.
- MySQLDropRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLDropRoleStatement
-
- MySQLDropServerStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop server statement.
- MySQLDropServerStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropServerStatement
-
- MySQLDropTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop table statement.
- MySQLDropTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropTableStatement
-
- MySQLDropTriggerStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop trigger statement.
- MySQLDropTriggerStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropTriggerStatement
-
- MySQLDropUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL drop user statement.
- MySQLDropUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLDropUserStatement
-
- MySQLDropViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL drop view statement.
- MySQLDropViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLDropViewStatement
-
- MySQLFlushStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL flush statement.
- MySQLFlushStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLFlushStatement
-
- MySQLGrantStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL grant statement.
- MySQLGrantStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLGrantStatement
-
- MySQLInsertStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml中的类
-
MySQL insert statement.
- MySQLInsertStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLInsertStatement
-
- MySQLInstallPluginStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL install plugin statement.
- MySQLInstallPluginStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLInstallPluginStatement
-
- MySQLKillStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL kill statement.
- MySQLKillStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLKillStatement
-
- MySQLLoadIndexInfoStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL load index info statement.
- MySQLLoadIndexInfoStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLLoadIndexInfoStatement
-
- MySQLOptimizeTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL optimize table statement.
- MySQLOptimizeTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLOptimizeTableStatement
-
- MySQLRenameTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL rename table statement.
- MySQLRenameTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLRenameTableStatement
-
- MySQLRenameUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL rename user statement.
- MySQLRenameUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLRenameUserStatement
-
- MySQLRepairTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL repair table statement.
- MySQLRepairTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLRepairTableStatement
-
- MySQLResetStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL reset statement.
- MySQLResetStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLResetStatement
-
- MySQLRevokeStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL revoke statement.
- MySQLRevokeStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLRevokeStatement
-
- MySQLRollbackStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl中的类
-
MySQL rollback statement.
- MySQLRollbackStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLRollbackStatement
-
- MySQLSavepointStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl中的类
-
MySQL savepoint statement.
- MySQLSavepointStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSavepointStatement
-
- MySQLSelectStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml中的类
-
MySQL select statement.
- MySQLSelectStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLSelectStatement
-
- MySQLSetAutoCommitStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl中的类
-
MySQL set auto commit statement.
- MySQLSetAutoCommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSetAutoCommitStatement
-
- MySQLSetDefaultRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL set default role statement.
- MySQLSetDefaultRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLSetDefaultRoleStatement
-
- MySQLSetPasswordStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL set password statement.
- MySQLSetPasswordStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLSetPasswordStatement
-
- MySQLSetRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl中的类
-
MySQL set role statement.
- MySQLSetRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl.MySQLSetRoleStatement
-
- MySQLSetStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL set statement.
- MySQLSetStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLSetStatement
-
- MySQLSetTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl中的类
-
MySQL set transaction statement.
- MySQLSetTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSetTransactionStatement
-
- MySQLShowBinaryLogsStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show binary logs statement.
- MySQLShowBinaryLogsStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowBinaryLogsStatement
-
- MySQLShowBinlogStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show binlog statement.
- MySQLShowBinlogStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowBinlogStatement
-
- MySQLShowColumnsStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show columns statement.
- MySQLShowColumnsStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowColumnsStatement
-
- MySQLShowCreateEventStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show create event statement.
- MySQLShowCreateEventStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateEventStatement
-
- MySQLShowCreateFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show create function statement.
- MySQLShowCreateFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateFunctionStatement
-
- MySQLShowCreateProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show create procedure statement.
- MySQLShowCreateProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateProcedureStatement
-
- MySQLShowCreateTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show create table statement.
- MySQLShowCreateTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateTableStatement
-
- MySQLShowCreateViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show create view statement.
- MySQLShowCreateViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowCreateViewStatement
-
- MySQLShowDatabasesStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show databases statement.
- MySQLShowDatabasesStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowDatabasesStatement
-
- MySQLShowErrorsStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show errors statement.
- MySQLShowErrorsStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowErrorsStatement
-
- MySQLShowIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show index statement.
- MySQLShowIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowIndexStatement
-
- MySQLShowOtherStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL other show statement.
- MySQLShowOtherStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowOtherStatement
-
- MySQLShowStatusStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show status statement.
- MySQLShowStatusStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowStatusStatement
-
- MySQLShowTablesStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show tables statement.
- MySQLShowTablesStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTablesStatement
-
- MySQLShowTableStatusStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show table status statement.
- MySQLShowTableStatusStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTableStatusStatement
-
- MySQLShowWarningsStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL show warnings statement.
- MySQLShowWarningsStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowWarningsStatement
-
- MySQLStartSlaveStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl中的类
-
MySQL start slave statement.
- MySQLStartSlaveStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl.MySQLStartSlaveStatement
-
- MySQLStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql中的接口
-
MySQL statement.
- MySQLStopSlaveStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl中的类
-
MySQL stop slave statement.
- MySQLStopSlaveStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.rl.MySQLStopSlaveStatement
-
- MySQLTruncateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl中的类
-
MySQL truncate table statement.
- MySQLTruncateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLTruncateStatement
-
- MySQLUninstallPluginStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL uninstall plugin statement.
- MySQLUninstallPluginStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLUninstallPluginStatement
-
- MySQLUpdateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml中的类
-
MySQL update statement.
- MySQLUpdateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml.MySQLUpdateStatement
-
- MySQLUseStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal中的类
-
MySQL use statement.
- MySQLUseStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLUseStatement
-
- PaginationValueSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination中的接口
-
Pagination value segment.
- ParameterMarkerExpressionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple中的类
-
Parameter marker expression segment.
- ParameterMarkerExpressionSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple.ParameterMarkerExpressionSegment
-
- ParameterMarkerLimitValueSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit中的类
-
Limit value segment for parameter marker.
- ParameterMarkerLimitValueSegment(int, int, int) - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.ParameterMarkerLimitValueSegment
-
- ParameterMarkerPaginationValueSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination中的接口
-
Pagination value segment for parameter marker.
- ParameterMarkerRowNumberValueSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum中的类
-
Row number value segment for parameter marker.
- ParameterMarkerRowNumberValueSegment(int, int, int, boolean) - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum.ParameterMarkerRowNumberValueSegment
-
- ParameterMarkerValue - org.apache.shardingsphere.sql.parser.sql.common.value.parametermarker中的类
-
Parameter marker value.
- ParameterMarkerValue() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.value.parametermarker.ParameterMarkerValue
-
- Paren - org.apache.shardingsphere.sql.parser.sql.common.constant中的枚举
-
Paren of SQL.
- PostgreSQLAlterFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL alter function statement.
- PostgreSQLAlterFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterFunctionStatement
-
- PostgreSQLAlterIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL alter index statement.
- PostgreSQLAlterIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterIndexStatement
-
- PostgreSQLAlterProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL alter procedure statement.
- PostgreSQLAlterProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterProcedureStatement
-
- PostgreSQLAlterRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL alter role statement.
- PostgreSQLAlterRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLAlterRoleStatement
-
- PostgreSQLAlterTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL alter table statement.
- PostgreSQLAlterTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterTableStatement
-
- PostgreSQLAlterUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL alter user statement.
- PostgreSQLAlterUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLAlterUserStatement
-
- PostgreSQLAlterViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL alter view statement.
- PostgreSQLAlterViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLAlterViewStatement
-
- PostgreSQLAnalyzeTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal中的类
-
PostgreSQL analyze table statement.
- PostgreSQLAnalyzeTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLAnalyzeTableStatement
-
- PostgreSQLBeginTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl中的类
-
PostgreSQL begin transaction statement.
- PostgreSQLBeginTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLBeginTransactionStatement
-
- PostgreSQLCallStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml中的类
-
PostgreSQL call statement.
- PostgreSQLCallStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLCallStatement
-
- PostgreSQLCommitStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl中的类
-
PostgreSQL commit statement.
- PostgreSQLCommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLCommitStatement
-
- PostgreSQLCreateDatabaseStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL create database statement.
- PostgreSQLCreateDatabaseStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateDatabaseStatement
-
- PostgreSQLCreateFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL create function statement.
- PostgreSQLCreateFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateFunctionStatement
-
- PostgreSQLCreateIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL create index statement.
- PostgreSQLCreateIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateIndexStatement
-
- PostgreSQLCreateProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL create procedure statement.
- PostgreSQLCreateProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateProcedureStatement
-
- PostgreSQLCreateRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL create role statement.
- PostgreSQLCreateRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLCreateRoleStatement
-
- PostgreSQLCreateTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL create table statement.
- PostgreSQLCreateTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateTableStatement
-
- PostgreSQLCreateUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL create user statement.
- PostgreSQLCreateUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLCreateUserStatement
-
- PostgreSQLCreateViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL create view statement.
- PostgreSQLCreateViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLCreateViewStatement
-
- PostgreSQLDeleteStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml中的类
-
PostgreSQL delete statement.
- PostgreSQLDeleteStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLDeleteStatement
-
- PostgreSQLDoStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml中的类
-
PostgreSQL do statement.
- PostgreSQLDoStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLDoStatement
-
- PostgreSQLDropDatabaseStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL drop database statement.
- PostgreSQLDropDatabaseStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropDatabaseStatement
-
- PostgreSQLDropFunctionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL drop function statement.
- PostgreSQLDropFunctionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropFunctionStatement
-
- PostgreSQLDropIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL drop index statement.
- PostgreSQLDropIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropIndexStatement
-
- PostgreSQLDropProcedureStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL drop procedure statement.
- PostgreSQLDropProcedureStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropProcedureStatement
-
- PostgreSQLDropRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL drop role statement.
- PostgreSQLDropRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLDropRoleStatement
-
- PostgreSQLDropTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL drop table statement.
- PostgreSQLDropTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropTableStatement
-
- PostgreSQLDropUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL drop user statement.
- PostgreSQLDropUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLDropUserStatement
-
- PostgreSQLDropViewStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL drop view statement.
- PostgreSQLDropViewStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLDropViewStatement
-
- PostgreSQLGrantStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL grant statement.
- PostgreSQLGrantStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLGrantStatement
-
- PostgreSQLInsertStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml中的类
-
PostgreSQL insert statement.
- PostgreSQLInsertStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLInsertStatement
-
- PostgreSQLResetParameterStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal中的类
-
PostgreSQL reset parameter statement.
- PostgreSQLResetParameterStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLResetParameterStatement
-
- PostgreSQLRevokeStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl中的类
-
PostgreSQL revoke statement.
- PostgreSQLRevokeStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl.PostgreSQLRevokeStatement
-
- PostgreSQLRollbackStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl中的类
-
PostgreSQL rollback statement.
- PostgreSQLRollbackStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLRollbackStatement
-
- PostgreSQLSavepointStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl中的类
-
PostgreSQL savepoint statement.
- PostgreSQLSavepointStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLSavepointStatement
-
- PostgreSQLSelectStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml中的类
-
PostgreSQL select statement.
- PostgreSQLSelectStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLSelectStatement
-
- PostgreSQLSetStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal中的类
-
PostgreSQL set statement.
- PostgreSQLSetStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLSetStatement
-
- PostgreSQLSetTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl中的类
-
PostgreSQL set transaction statement.
- PostgreSQLSetTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLSetTransactionStatement
-
- PostgreSQLShowStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal中的类
-
PostgreSQL show statement.
- PostgreSQLShowStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal.PostgreSQLShowStatement
-
- PostgreSQLStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql中的接口
-
PostgreSQL statement.
- PostgreSQLTruncateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl中的类
-
PostgreSQL truncate table statement.
- PostgreSQLTruncateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl.PostgreSQLTruncateStatement
-
- PostgreSQLUpdateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml中的类
-
PostgreSQL update statement.
- PostgreSQLUpdateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLUpdateStatement
-
- ProjectionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item中的接口
-
Projection segment.
- ProjectionsSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item中的类
-
projections segment.
- ProjectionsSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment
-
- safeClosed(Comparable<?>, Comparable<?>) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range closed method by safe mode.
- safeContains(Range<Comparable<?>>, Comparable<?>) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range contains method by safe mode.
- safeEquals(Collection<Comparable<?>>, Collection<Comparable<?>>) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute collection equals method by safe mode.
- safeIntersection(Range<Comparable<?>>, Range<Comparable<?>>) - 类 中的静态方法org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
Execute range intersection method by safe mode.
- SafeNumberOperationUtils - org.apache.shardingsphere.sql.parser.sql.common.util中的类
-
Safe number operation utility class.
- SafeNumberOperationUtils() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.util.SafeNumberOperationUtils
-
- SavepointStatement - org.apache.shardingsphere.sql.parser.sql.common.statement.tcl中的类
-
Savepoint statement.
- SavepointStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SavepointStatement
-
- SchemaSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.generic中的类
-
Schema segment.
- SchemaSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.generic.SchemaSegment
-
- SelectStatement - org.apache.shardingsphere.sql.parser.sql.common.statement.dml中的类
-
Select statement.
- SelectStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
- SelectStatementHandler - org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml中的类
-
Select statement helper class for different dialect SQL statements.
- SelectStatementHandler() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml.SelectStatementHandler
-
- setAlias(AliasSegment) - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasAvailable
-
Set alias.
- setAlias(AliasSegment) - 类 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.DeleteMultiTableSegment
-
- SetAssignmentSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment中的类
-
Set assignment segment.
- SetAssignmentSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment.SetAssignmentSegment
-
- SetAutoCommitStatement - org.apache.shardingsphere.sql.parser.sql.common.statement.tcl中的类
-
Set auto commit statement.
- SetAutoCommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetAutoCommitStatement
-
- setOwner(OwnerSegment) - 接口 中的方法org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerAvailable
-
Set owner.
- SetStatement - org.apache.shardingsphere.sql.parser.sql.common.statement.dal中的类
-
Set statement.
- SetStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.statement.dal.SetStatement
-
- SetTransactionStatement - org.apache.shardingsphere.sql.parser.sql.common.statement.tcl中的类
-
Set transaction statement.
- SetTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetTransactionStatement
-
- ShorthandProjectionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item中的类
-
Shorthand projection segment.
- ShorthandProjectionSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ShorthandProjectionSegment
-
- ShowLikeSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dal中的类
-
Show like segment.
- ShowLikeSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dal.ShowLikeSegment
-
- SimpleExpressionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple中的接口
-
Simple expression segment.
- SimpleTableSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table中的类
-
Simple table segment.
- SimpleTableSegment(int, int, IdentifierValue) - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
- SQL92AlterTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl中的类
-
SQL92 alter table statement.
- SQL92AlterTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92AlterTableStatement
-
- SQL92CommitStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl中的类
-
SQL92 commit statement.
- SQL92CommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl.SQL92CommitStatement
-
- SQL92CreateTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl中的类
-
SQL92 create table statement.
- SQL92CreateTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92CreateTableStatement
-
- SQL92DeleteStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml中的类
-
SQL92 delete statement.
- SQL92DeleteStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92DeleteStatement
-
- SQL92DropTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl中的类
-
SQL92 drop table statement.
- SQL92DropTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92DropTableStatement
-
- SQL92GrantStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl中的类
-
SQL92 grant statement.
- SQL92GrantStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl.SQL92GrantStatement
-
- SQL92InsertStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml中的类
-
SQL92 insert statement.
- SQL92InsertStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92InsertStatement
-
- SQL92RevokeStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl中的类
-
SQL92 revoke statement.
- SQL92RevokeStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dcl.SQL92RevokeStatement
-
- SQL92RollbackStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl中的类
-
SQL92 rollback statement.
- SQL92RollbackStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl.SQL92RollbackStatement
-
- SQL92SelectStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml中的类
-
SQL92 select statement.
- SQL92SelectStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92SelectStatement
-
- SQL92SetTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl中的类
-
SQL92 set transaction statement.
- SQL92SetTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.tcl.SQL92SetTransactionStatement
-
- SQL92Statement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92中的接口
-
SQL92 statement.
- SQL92UpdateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml中的类
-
SQL92 update statement.
- SQL92UpdateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml.SQL92UpdateStatement
-
- SQLSegment - org.apache.shardingsphere.sql.parser.sql.common.segment中的接口
-
SQL segment.
- SQLServerAlterIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer alter index statement.
- SQLServerAlterIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerAlterIndexStatement
-
- SQLServerAlterLoginStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer alter login statement.
- SQLServerAlterLoginStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerAlterLoginStatement
-
- SQLServerAlterRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer alter role statement.
- SQLServerAlterRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerAlterRoleStatement
-
- SQLServerAlterTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer alter table statement.
- SQLServerAlterTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerAlterTableStatement
-
- SQLServerAlterUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer alter user statement.
- SQLServerAlterUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerAlterUserStatement
-
- SQLServerBeginTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl中的类
-
SQLServer begin transaction statement.
- SQLServerBeginTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerBeginTransactionStatement
-
- SQLServerCommitStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl中的类
-
SQLServer commit statement.
- SQLServerCommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerCommitStatement
-
- SQLServerCreateIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer create index statement.
- SQLServerCreateIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerCreateIndexStatement
-
- SQLServerCreateLoginStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer create login statement.
- SQLServerCreateLoginStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerCreateLoginStatement
-
- SQLServerCreateRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer create role statement.
- SQLServerCreateRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerCreateRoleStatement
-
- SQLServerCreateTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer create table statement.
- SQLServerCreateTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerCreateTableStatement
-
- SQLServerCreateUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer create user statement.
- SQLServerCreateUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerCreateUserStatement
-
- SQLServerDeleteStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml中的类
-
SQLServer delete statement.
- SQLServerDeleteStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerDeleteStatement
-
- SQLServerDenyUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer deny user statement.
- SQLServerDenyUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDenyUserStatement
-
- SQLServerDropIndexStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer drop index statement.
- SQLServerDropIndexStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropIndexStatement
-
- SQLServerDropLoginStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer drop login statement.
- SQLServerDropLoginStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDropLoginStatement
-
- SQLServerDropRoleStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer drop role statement.
- SQLServerDropRoleStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDropRoleStatement
-
- SQLServerDropTableStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer drop table statement.
- SQLServerDropTableStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropTableStatement
-
- SQLServerDropUserStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer drop user statement.
- SQLServerDropUserStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerDropUserStatement
-
- SQLServerGrantStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer grant statement.
- SQLServerGrantStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerGrantStatement
-
- SQLServerInsertStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml中的类
-
SQLServer insert statement.
- SQLServerInsertStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerInsertStatement
-
- SQLServerRevokeStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl中的类
-
SQLServer revoke statement.
- SQLServerRevokeStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl.SQLServerRevokeStatement
-
- SQLServerRollbackStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl中的类
-
SQLServer rollback statement.
- SQLServerRollbackStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerRollbackStatement
-
- SQLServerSavepointStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl中的类
-
SQLServer savepoint statement.
- SQLServerSavepointStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerSavepointStatement
-
- SQLServerSelectStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml中的类
-
SQLServer select statement.
- SQLServerSelectStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerSelectStatement
-
- SQLServerSetAutoCommitStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl中的类
-
SQLServer set auto commit statement.
- SQLServerSetAutoCommitStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerSetAutoCommitStatement
-
- SQLServerSetTransactionStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl中的类
-
SQLServer set transaction statement.
- SQLServerSetTransactionStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl.SQLServerSetTransactionStatement
-
- SQLServerStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver中的接口
-
SQLServer statement.
- SQLServerTruncateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl中的类
-
SQLServer truncate table statement.
- SQLServerTruncateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerTruncateStatement
-
- SQLServerUpdateStatement - org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml中的类
-
SQLServer update statement.
- SQLServerUpdateStatement() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml.SQLServerUpdateStatement
-
- SQLStatement - org.apache.shardingsphere.sql.parser.sql.common.statement中的接口
-
SQL statement.
- SQLStatementHandler - org.apache.shardingsphere.sql.parser.sql.dialect.handler中的接口
-
SQL statement handler.
- SQLStatementType - org.apache.shardingsphere.sql.parser.sql.common.statement中的枚举
-
SQL statement type.
- SQLUtil - org.apache.shardingsphere.sql.parser.sql.common.util中的类
-
SQL utility class.
- SQLUtil() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.util.SQLUtil
-
- StringLiteralValue - org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl中的类
-
String literal value.
- StringLiteralValue(String) - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl.StringLiteralValue
-
- SubqueryExpressionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery中的类
-
Subquery expression segment.
- SubqueryExpressionSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubqueryExpressionSegment
-
- SubqueryProjectionSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item中的类
-
Subquery projection segment.
- SubqueryProjectionSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.SubqueryProjectionSegment
-
- SubquerySegment - org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery中的类
-
Subquery segment.
- SubquerySegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubquerySegment
-
- SubqueryTableSegment - org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table中的类
-
Subquery table segment.
- SubqueryTableSegment() - 类 的构造器org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-