Uses of Class
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.StaticPrivilegeIndexContext
-
Packages that use MySQLStatementParser.StaticPrivilegeIndexContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type -
-
Uses of MySQLStatementParser.StaticPrivilegeIndexContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type MySQLStatementParser.StaticPrivilegeIndexContext Modifier and Type Method Description TMySQLStatementBaseVisitor. visitStaticPrivilegeIndex(MySQLStatementParser.StaticPrivilegeIndexContext ctx)Visit a parse tree produced by thestaticPrivilegeIndexlabeled alternative inMySQLStatementParser.roleOrPrivilege().TMySQLStatementVisitor. visitStaticPrivilegeIndex(MySQLStatementParser.StaticPrivilegeIndexContext ctx)Visit a parse tree produced by thestaticPrivilegeIndexlabeled alternative inMySQLStatementParser.roleOrPrivilege(). -
Uses of MySQLStatementParser.StaticPrivilegeIndexContext in org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type with parameters of type MySQLStatementParser.StaticPrivilegeIndexContext Modifier and Type Method Description ASTNodeMySQLDCLStatementVisitor. visitStaticPrivilegeIndex(MySQLStatementParser.StaticPrivilegeIndexContext ctx)
-