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