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