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