Uses of Class
org.apache.shardingsphere.distsql.parser.statement.rdl.RDLStatement
-
-
Uses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl
Subclasses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl Modifier and Type Class Description classRuleDefinitionStatementRule definition statement.classStorageUnitDefinitionStatementStorage unit definition statement. -
Uses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl.alter
Subclasses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl.alter Modifier and Type Class Description classAlterRuleStatementAlter rule statement.classAlterStorageUnitStatementAlter storage unit statement. -
Uses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl.create
Subclasses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl.create Modifier and Type Class Description classCreateRuleStatementCreate rule statement.classRegisterStorageUnitStatementRegister storage unit statement. -
Uses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl.drop
Subclasses of RDLStatement in org.apache.shardingsphere.distsql.parser.statement.rdl.drop Modifier and Type Class Description classDropRuleStatementDrop rule statement.classUnregisterStorageUnitStatementUnregister storage unit statement.
-