Uses of Class
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.StaticPrivilegeCreateRoutineContext
-
-
Uses of MySQLStatementParser.StaticPrivilegeCreateRoutineContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type MySQLStatementParser.StaticPrivilegeCreateRoutineContext Modifier and Type Method Description TMySQLStatementBaseVisitor. visitStaticPrivilegeCreateRoutine(MySQLStatementParser.StaticPrivilegeCreateRoutineContext ctx)Visit a parse tree produced by thestaticPrivilegeCreateRoutinelabeled alternative inMySQLStatementParser.roleOrPrivilege().TMySQLStatementVisitor. visitStaticPrivilegeCreateRoutine(MySQLStatementParser.StaticPrivilegeCreateRoutineContext ctx)Visit a parse tree produced by thestaticPrivilegeCreateRoutinelabeled alternative inMySQLStatementParser.roleOrPrivilege(). -
Uses of MySQLStatementParser.StaticPrivilegeCreateRoutineContext 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.StaticPrivilegeCreateRoutineContext Modifier and Type Method Description ASTNodeMySQLDCLStatementVisitor. visitStaticPrivilegeCreateRoutine(MySQLStatementParser.StaticPrivilegeCreateRoutineContext ctx)
-