Uses of Class
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.StaticPrivilegeUsageContext
-
Packages that use MySQLStatementParser.StaticPrivilegeUsageContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type -
-
Uses of MySQLStatementParser.StaticPrivilegeUsageContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type MySQLStatementParser.StaticPrivilegeUsageContext Modifier and Type Method Description TMySQLStatementBaseVisitor. visitStaticPrivilegeUsage(MySQLStatementParser.StaticPrivilegeUsageContext ctx)Visit a parse tree produced by thestaticPrivilegeUsagelabeled alternative inMySQLStatementParser.roleOrPrivilege().TMySQLStatementVisitor. visitStaticPrivilegeUsage(MySQLStatementParser.StaticPrivilegeUsageContext ctx)Visit a parse tree produced by thestaticPrivilegeUsagelabeled alternative inMySQLStatementParser.roleOrPrivilege(). -
Uses of MySQLStatementParser.StaticPrivilegeUsageContext 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.StaticPrivilegeUsageContext Modifier and Type Method Description ASTNodeMySQLDCLStatementVisitor. visitStaticPrivilegeUsage(MySQLStatementParser.StaticPrivilegeUsageContext ctx)
-