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