- Type Parameters:
 R- TheCHECK'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 Summary
Modifier 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
- 
getTable
TheKey's owner table - 
condition
Condition condition()TheCHECKconstraint's condition. - 
constraint
Constraint constraint()Get thisCHECKas a formalConstraintspecification. - 
enforced
boolean enforced()Whether this check is being enforced. 
 -