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