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