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