Interface IPartitionTable

All Superinterfaces:
IRelation, ISearchPath, IStatement, IStatementContainer, ITable
All Known Implementing Classes:
PgPartitionForeignTable, PgPartitionTable

public interface IPartitionTable extends ITable
Interface for partitioned tables. Defines functionality for table partitioning including partition bounds and parent table references.
  • Method Details

    • getPartitionBounds

      String getPartitionBounds()
      Gets the partition bounds specification for this partition.
      Returns:
      the partition bounds as SQL string
    • getParentTable

      String getParentTable()
      Gets the name of the parent table that this partition belongs to.
      Returns:
      the parent table name