类 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ShowMaskRulesStatement

      public ShowMaskRulesStatement(String tableName, org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)