Uses of Class
org.pgcodekeeper.core.schema.pg.PartitionGpTable
Packages that use PartitionGpTable
-
Uses of PartitionGpTable in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type PartitionGpTableModifier and TypeMethodDescriptionstatic voidAlterTable.parseGpPartitionTemplate(PartitionGpTable tabl, SQLParser.Alter_partition_gpContext alterPartition, org.antlr.v4.runtime.CommonTokenStream stream) Parses Greenplum partition template specifications from ALTER PARTITION clause.