Uses of Interface
org.jooq.ConditionProvider
-
Packages that use ConditionProvider Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of ConditionProvider in org.jooq
Subinterfaces of ConditionProvider in org.jooq Modifier and Type Interface Description interface
DeleteQuery<R extends Record>
ADELETE
statement (model API).interface
SelectQuery<R extends Record>
ASELECT
statement (model API).interface
UpdateQuery<R extends Record>
AnUPDATE
statement (model API).
-