Class PartitionDef
- java.lang.Object
-
- com.ibm.fhir.database.utils.model.PartitionDef
-
public class PartitionDef extends java.lang.Object
Partitioning 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 int
getLower()
java.lang.String
getPartitionColumn()
int
getUpper()
-