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 StringconstraintExpressionStringconstraintName
-
Constructor Summary
Constructors Constructor Description CheckConstraint(String constraintName, String constraintExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConstraintExpression()Getter for the constraint expression valueStringgetConstraintName()Getter for the name of the constraint
-