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 String
getColumnName()
Getter for the name of the identity columnGenerated
getGenerated()
Getter for the generation preference
-