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 SummaryConstructors Constructor Description PartitionDef(java.lang.String partitionColumn, int lower, int upper)Public constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLower()java.lang.StringgetPartitionColumn()intgetUpper()
 
-