-
- 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 Condition
condition()
TheCHECK
constraint's condition.Constraint
constraint()
Get thisCHECK
as a formalConstraint
specification.boolean
enforced()
Whether this check is being enforced.Table<R>
getTable()
TheKey
's owner table-
Methods inherited from interface org.jooq.Named
getComment, getName, getQualifiedName, getUnqualifiedName
-
-
-
-
Method Detail
-
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.
-
-