Class PgPartitionForeignTable

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

public class PgPartitionForeignTable extends PgAbstractForeignTable implements IPartitionTable
Partition foreign table object for PostgreSQL. Represents a partition of a foreign table, which allows partitioning of data across foreign servers while maintaining the partitioning structure.
Since:
4.1.1
Author:
galiev_mr
  • Constructor Details

    • PgPartitionForeignTable

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