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