Uses of Class
org.pgcodekeeper.core.database.pg.parser.generated.SQLParser.Alter_partition_gpContext
Packages that use SQLParser.Alter_partition_gpContext
Package
Description
-
Uses of SQLParser.Alter_partition_gpContext in org.pgcodekeeper.core.database.pg.parser.generated
Methods in org.pgcodekeeper.core.database.pg.parser.generated that return SQLParser.Alter_partition_gpContextModifier and TypeMethodDescriptionSQLParser.alter_partition_gp()SQLParser.Alter_table_statementContext.alter_partition_gp() -
Uses of SQLParser.Alter_partition_gpContext in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type SQLParser.Alter_partition_gpContextModifier and TypeMethodDescriptionstatic voidPgAlterTable.parseGpPartitionTemplate(GpPartitionTable tabl, SQLParser.Alter_partition_gpContext alterPartition, org.antlr.v4.runtime.CommonTokenStream stream) Parses Greenplum partition template specifications from ALTER PARTITION clause.