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