Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dcl.CreateRoleStatement
-
-
Uses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl
Subclasses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dcl Modifier and Type Class Description classMySQLCreateRoleStatementMySQL create role statement. -
Uses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dcl
Subclasses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dcl Modifier and Type Class Description classOpenGaussCreateRoleStatementOpenGauss create role statement. -
Uses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl
Subclasses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dcl Modifier and Type Class Description classOracleCreateRoleStatementOracle create role statement. -
Uses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl
Subclasses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dcl Modifier and Type Class Description classPostgreSQLCreateRoleStatementPostgreSQL create role statement. -
Uses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl
Subclasses of CreateRoleStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dcl Modifier and Type Class Description classSQLServerCreateRoleStatementSQLServer create role statement.
-