Class CheckConstraint
- java.lang.Object
-
- com.ibm.fhir.database.utils.model.CheckConstraint
-
public class CheckConstraint extends Object
Represents a table check constraint
-
-
Field Summary
Fields Modifier and Type Field Description String
constraintExpression
String
constraintName
-
Constructor Summary
Constructors Constructor Description CheckConstraint(String constraintName, String constraintExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConstraintExpression()
Getter for the constraint expression valueString
getConstraintName()
Getter for the name of the constraint
-