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