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