Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateTablespaceContext
-
-
Uses of PostgreSQLStatementParser.CreateTablespaceContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CreateTablespaceContext Modifier and Type Method Description PostgreSQLStatementParser.CreateTablespaceContextPostgreSQLStatementParser. createTablespace()PostgreSQLStatementParser.CreateTablespaceContextPostgreSQLStatementParser.ExecuteContext. createTablespace()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CreateTablespaceContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitCreateTablespace(PostgreSQLStatementParser.CreateTablespaceContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createTablespace().TPostgreSQLStatementParserVisitor. visitCreateTablespace(PostgreSQLStatementParser.CreateTablespaceContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createTablespace(). -
Uses of PostgreSQLStatementParser.CreateTablespaceContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.CreateTablespaceContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitCreateTablespace(PostgreSQLStatementParser.CreateTablespaceContext ctx)
-