-
- Type Parameters:
R- TheCHECK's owner table record
- All Superinterfaces:
Named,QueryPart,Serializable
public interface Check<R extends Record> extends Named
A check constraint.Instances of this type cannot be created directly. They are available from generated code.
- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conditioncondition()TheCHECKconstraint's condition.Constraintconstraint()Get thisCHECKas a formalConstraintspecification.booleanenforced()Whether this check is being enforced.Table<R>getTable()TheKey's owner table-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
-
-
-
Method Detail
-
condition
Condition condition()
TheCHECKconstraint's condition.
-
constraint
Constraint constraint()
Get thisCHECKas a formalConstraintspecification.
-
enforced
boolean enforced()
Whether this check is being enforced.
-
-