Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateTablespaceContext
-
-
Uses of OpenGaussStatementParser.CreateTablespaceContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateTablespaceContext Modifier and Type Method Description OpenGaussStatementParser.CreateTablespaceContextOpenGaussStatementParser. createTablespace()OpenGaussStatementParser.CreateTablespaceContextOpenGaussStatementParser.ExecuteContext. createTablespace()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateTablespaceContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateTablespace(OpenGaussStatementParser.CreateTablespaceContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createTablespace().TOpenGaussStatementVisitor. visitCreateTablespace(OpenGaussStatementParser.CreateTablespaceContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createTablespace(). -
Uses of OpenGaussStatementParser.CreateTablespaceContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CreateTablespaceContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCreateTablespace(OpenGaussStatementParser.CreateTablespaceContext ctx)
-