Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.TruncateStatement
-
-
Uses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine that return types with arguments of type TruncateStatement Modifier and Type Method Description Optional<TruncateStatement>ValidStatementSegment. getTruncate()Get truncate statement. -
Uses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
Subclasses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl Modifier and Type Class Description classMySQLTruncateStatementMySQL truncate table statement. -
Uses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Subclasses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl Modifier and Type Class Description classOpenGaussTruncateStatementOpenGauss truncate table statement. -
Uses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
Subclasses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl Modifier and Type Class Description classOracleTruncateStatementOracle truncate table statement. -
Uses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Subclasses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl Modifier and Type Class Description classPostgreSQLTruncateStatementPostgreSQL truncate table statement. -
Uses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
Subclasses of TruncateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl Modifier and Type Class Description classSQLServerTruncateStatementSQLServer truncate table statement.
-