- 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 TypeMethodDescriptionTheCHECK
constraint's condition.Get thisCHECK
as a formalConstraint
specification.boolean
enforced()
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()TheCHECK
constraint's condition. -
constraint
Constraint constraint()Get thisCHECK
as a formalConstraint
specification. -
enforced
boolean enforced()Whether this check is being enforced.
-