Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DropColumnSpecificationContext
Packages that use PostgreSQLStatementParser.DropColumnSpecificationContext
Package
Description
-
Uses of PostgreSQLStatementParser.DropColumnSpecificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DropColumnSpecificationContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.AlterTableActionContext.dropColumnSpecification()PostgreSQLStatementParser.dropColumnSpecification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DropColumnSpecificationContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitDropColumnSpecification(PostgreSQLStatementParser.DropColumnSpecificationContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.dropColumnSpecification().PostgreSQLStatementParserVisitor.visitDropColumnSpecification(PostgreSQLStatementParser.DropColumnSpecificationContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.dropColumnSpecification(). -
Uses of PostgreSQLStatementParser.DropColumnSpecificationContext 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.DropColumnSpecificationContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitDropColumnSpecification(PostgreSQLStatementParser.DropColumnSpecificationContext ctx)