Package org.pgcodekeeper.core.schema
Interface IPartitionTable
- All Superinterfaces:
IStatement
- All Known Implementing Classes:
PartitionForeignPgTable,PartitionPgTable
Interface for partitioned tables.
Defines functionality for table partitioning including partition bounds and parent table references.
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the parent table that this partition belongs to.Gets the partition bounds specification for this partition.Methods inherited from interface org.pgcodekeeper.core.schema.IStatement
getBareName, getComment, getDatabase, getName, getParent, getQualifiedName, getStatementType
-
Method Details