Interface IPartitionTable

All Superinterfaces:
IStatement
All Known Implementing Classes:
PartitionForeignPgTable, PartitionPgTable

public interface IPartitionTable extends IStatement
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