Class IdentityDef
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.model.IdentityDef
 
 
- 
public class IdentityDef extends Object
Represents the definition of a primary key constraint on a table 
- 
- 
Constructor Summary
Constructors Constructor Description IdentityDef(String columnName, Generated generatedPref) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumnName()Getter for the name of the identity columnGeneratedgetGenerated()Getter for the generation preference 
 -