Class ShowRulesUsedStorageUnitStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.DistSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rql.RQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesUsedStorageUnitStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,FromDatabaseAvailable,SQLStatement
public final class ShowRulesUsedStorageUnitStatement extends ShowRulesStatement
Show rules used storage unit statement.
-
-
Constructor Summary
Constructors Constructor Description ShowRulesUsedStorageUnitStatement(String storageUnitName, DatabaseSegment database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getStorageUnitName()Get resource name.-
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
getDatabase
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-
-
-
Constructor Detail
-
ShowRulesUsedStorageUnitStatement
public ShowRulesUsedStorageUnitStatement(String storageUnitName, DatabaseSegment database)
-
-