Uses of Interface
org.jooq.Check
Packages that use Check
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Check in org.jooq
-
Uses of Check in org.jooq.impl
Methods in org.jooq.impl that return CheckModifier and TypeMethodDescriptionInternal.createCheck
(Table<R> table, Name name, String condition) Factory method for check constraints.Internal.createCheck
(Table<R> table, Name name, String condition, boolean enforced) Factory method for check constraints.Methods in org.jooq.impl with parameters of type Check