Uses of Interface
org.jooq.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
Modifier 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.