Class PartitionDef
- java.lang.Object
-
- com.ibm.fhir.database.utils.model.PartitionDef
-
public class PartitionDef extends Object
Partitioning configuration information for a table
-
-
Constructor Summary
Constructors Constructor Description PartitionDef(String partitionColumn, int lower, int upper)
Public constructor
-