Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.RenameColumnSpecificationContext
Packages that use PostgreSQLStatementParser.RenameColumnSpecificationContext
Package
Description
-
Uses of PostgreSQLStatementParser.RenameColumnSpecificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.RenameColumnSpecificationContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.AlterDefinitionClauseContext.renameColumnSpecification()PostgreSQLStatementParser.renameColumnSpecification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.RenameColumnSpecificationContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitRenameColumnSpecification(PostgreSQLStatementParser.RenameColumnSpecificationContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.renameColumnSpecification().PostgreSQLStatementParserVisitor.visitRenameColumnSpecification(PostgreSQLStatementParser.RenameColumnSpecificationContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.renameColumnSpecification(). -
Uses of PostgreSQLStatementParser.RenameColumnSpecificationContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.RenameColumnSpecificationContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitRenameColumnSpecification(PostgreSQLStatementParser.RenameColumnSpecificationContext ctx)