类 ShowMaskRulesStatement
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.mask.distsql.parser.statement.ShowMaskRulesStatement
- 所有已实现的接口:
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.available.FromDatabaseAvailable,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class ShowMaskRulesStatement
extends org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
Show mask rules statement.
-
构造器概要
构造器构造器说明ShowMaskRulesStatement(String tableName, org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database) -
方法概要
从类继承的方法 org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
getDatabase从类继承的方法 org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments
-
构造器详细资料
-
ShowMaskRulesStatement
public ShowMaskRulesStatement(String tableName, org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)
-