Uses of Class
org.pgcodekeeper.core.database.pg.schema.GpPartitionTable
Packages that use GpPartitionTable
-
Uses of GpPartitionTable in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type GpPartitionTableModifier 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.