R
- The CHECK
's owner table recordpublic interface Check<R extends Record> extends Named
Instances of this type cannot be created directly. They are available from generated code.
Modifier and Type | Method and Description |
---|---|
Condition |
condition()
The
CHECK constraint's condition. |
Constraint |
constraint()
Get this
CHECK as a formal Constraint specification. |
boolean |
enforced()
Whether this check is being enforced.
|
Table<R> |
getTable()
The
Key 's owner table |
getComment, getName, getQualifiedName, getUnqualifiedName
Condition condition()
CHECK
constraint's condition.Constraint constraint()
CHECK
as a formal Constraint
specification.boolean enforced()
Copyright © 2020. All rights reserved.