Class PartitionDef
- java.lang.Object
-
- com.ibm.fhir.database.utils.model.PartitionDef
-
public class PartitionDef extends java.lang.ObjectPartitioning configuration information for a table
-
-
Constructor Summary
Constructors Constructor Description PartitionDef(java.lang.String partitionColumn, int lower, int upper)Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLower()java.lang.StringgetPartitionColumn()intgetUpper()
-