Class IdentityDef
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.model.IdentityDef
-
public class IdentityDef extends java.lang.Object
Represents the definition of a primary key constraint on a table
-
-
Constructor Summary
Constructors Constructor Description IdentityDef(java.lang.String columnName, Generated generatedPref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getColumnName()
Getter for the name of the identity columnGenerated
getGenerated()
Getter for the generation preference
-
-
-
Field Detail
-
column
public final java.lang.String column
-
generated
public final Generated generated
-
-
Constructor Detail
-
IdentityDef
public IdentityDef(java.lang.String columnName, Generated generatedPref)
-
-
Method Detail
-
getColumnName
public java.lang.String getColumnName()
Getter for the name of the identity column
-
getGenerated
public Generated getGenerated()
Getter for the generation preference
-
-