Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.AlterTablespaceContext
-
-
Uses of PostgreSQLStatementParser.AlterTablespaceContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.AlterTablespaceContext Modifier and Type Method Description PostgreSQLStatementParser.AlterTablespaceContextPostgreSQLStatementParser. alterTablespace()PostgreSQLStatementParser.AlterTablespaceContextPostgreSQLStatementParser.ExecuteContext. alterTablespace()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.AlterTablespaceContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitAlterTablespace(PostgreSQLStatementParser.AlterTablespaceContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.alterTablespace().TPostgreSQLStatementParserVisitor. visitAlterTablespace(PostgreSQLStatementParser.AlterTablespaceContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.alterTablespace(). -
Uses of PostgreSQLStatementParser.AlterTablespaceContext 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.AlterTablespaceContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitAlterTablespace(PostgreSQLStatementParser.AlterTablespaceContext ctx)
-