Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.DropRoleStatement
-
-
Uses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
Subclasses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl Modifier and Type Class Description classMySQLDropRoleStatementMySQL drop role statement. -
Uses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dcl
Subclasses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dcl Modifier and Type Class Description classOpenGaussDropRoleStatementOpenGauss drop role statement. -
Uses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
Subclasses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl Modifier and Type Class Description classOracleDropRoleStatementOracle drop role statement. -
Uses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
Subclasses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl Modifier and Type Class Description classPostgreSQLDropRoleStatementPostgreSQL drop role statement. -
Uses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
Subclasses of DropRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl Modifier and Type Class Description classSQLServerDropRoleStatementSQLServer drop role statement.
-