Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dal.VacuumStatement
-
Packages that use VacuumStatement Package Description org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal -
-
Uses of VacuumStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal
Subclasses of VacuumStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal Modifier and Type Class Description classOpenGaussVacuumStatementOpenGauss vacuum statement. -
Uses of VacuumStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal
Subclasses of VacuumStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dal Modifier and Type Class Description classPostgreSQLVacuumStatementPostgreSQL vacuum statement.
-