Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropIndexStatement
-
-
Uses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl with parameters of type DropIndexStatement Modifier and Type Method Description static Optional<AlgorithmTypeSegment>DropIndexStatementHandler. getAlgorithmTypeSegment(DropIndexStatement dropIndexStatement)Get algorithm type segment.static Optional<LockTableSegment>DropIndexStatementHandler. getLockTableSegment(DropIndexStatement dropIndexStatement)Get lock table segment.static Optional<SimpleTableSegment>DropIndexStatementHandler. getSimpleTableSegment(DropIndexStatement dropIndexStatement)Get simple table segment.static booleanDropIndexStatementHandler. ifExists(DropIndexStatement dropIndexStatement)Judge whether contains exist clause or not. -
Uses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
Subclasses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl Modifier and Type Class Description classMySQLDropIndexStatementMySQL drop index statement. -
Uses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Subclasses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl Modifier and Type Class Description classOpenGaussDropIndexStatementOpenGauss drop index statement. -
Uses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
Subclasses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl Modifier and Type Class Description classOracleDropIndexStatementOracle drop index statement. -
Uses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Subclasses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl Modifier and Type Class Description classPostgreSQLDropIndexStatementPostgreSQL drop index statement. -
Uses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
Subclasses of DropIndexStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl Modifier and Type Class Description classSQLServerDropIndexStatementSQLServer drop index statement.
-