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