Uses of Interface
org.jooq.Check
-
Packages that use Check Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Check in org.jooq
Methods in org.jooq that return types with arguments of type Check Modifier and Type Method Description List<Check<R>>
Table. getChecks()
Get a list ofCHECK
constraints of this table. -
Uses of Check in org.jooq.impl
Methods in org.jooq.impl that return Check Modifier and Type Method Description static <R extends Record>
Check<R>Internal. createCheck(Table<R> table, Name name, String condition)
Factory method for check constraints.static <R extends Record>
Check<R>Internal. createCheck(Table<R> table, Name name, String condition, boolean enforced)
Factory method for check constraints.
-