Uses of Class
org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Alter_partition_gpContext
Packages that use SQLParser.Alter_partition_gpContext
Package
Description
-
Uses of SQLParser.Alter_partition_gpContext in org.pgcodekeeper.core.parsers.antlr.pg.generated
Methods in org.pgcodekeeper.core.parsers.antlr.pg.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.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type SQLParser.Alter_partition_gpContextModifier 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.