- Type Parameters:
- R- The- CHECK's owner table record
- All Superinterfaces:
- Named,- QueryPart,- Serializable
A check constraint.
 
Instances of this type cannot be created directly. They are available from generated code.
- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescriptionTheCHECKconstraint's condition.Get thisCHECKas a formalConstraintspecification.booleanenforced()Whether this check is being enforced.getTable()TheKey's owner tableMethods inherited from interface org.jooq.Named$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
- 
Method Details- 
getTableTheKey's owner table
- 
conditionCondition condition()TheCHECKconstraint's condition.
- 
constraintConstraint constraint()Get thisCHECKas a formalConstraintspecification.
- 
enforcedboolean enforced()Whether this check is being enforced.
 
-