Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CloseStatement
-
Packages that use CloseStatement Package Description org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl -
-
Uses of CloseStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Subclasses of CloseStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl Modifier and Type Class Description classOpenGaussCloseStatementOpenGauss close statement. -
Uses of CloseStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Subclasses of CloseStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl Modifier and Type Class Description classPostgreSQLCloseStatementPostgreSQL close statement.
-