Class PrimaryKeyDef
- java.lang.Object
 - 
- org.linuxforhealth.fhir.database.utils.model.PrimaryKeyDef
 
 
- 
public class PrimaryKeyDef extends java.lang.ObjectRepresents the definition of a primary key constraint on a table 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>columnsjava.lang.StringconstraintName 
- 
Constructor Summary
Constructors Constructor Description PrimaryKeyDef(java.lang.String constraintName, java.util.Collection<java.lang.String> columns) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>getColumns()java.lang.StringgetConstraintName()Getter for the name of the constraint 
 -