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