Class PgPartitionTable

All Implemented Interfaces:
IOptionContainer, IPartitionTable, IRelation, ISearchPath, ISimpleOptionContainer, IStatement, IStatementContainer, ITable, IHashable

public class PgPartitionTable extends PgAbstractRegularTable implements IPartitionTable
Partition regular table object for PostgreSQL. Represents a table partition that is part of a larger partitioned table, implementing PostgreSQL's native table partitioning functionality.
Since:
4.1.1
Author:
galiev_mr
  • Constructor Details

    • PgPartitionTable

      public PgPartitionTable(String name, String partitionBounds)
      Creates a new partition table.
      Parameters:
      name - table name
      partitionBounds - partition bounds definition
  • Method Details