Uses of Interface
org.jooq.ConditionProvider
Packages that use ConditionProvider
-
Uses of ConditionProvider in org.jooq
Subinterfaces of ConditionProvider in org.jooqModifier and TypeInterfaceDescriptioninterface
DeleteQuery<R extends Record>
ADELETE
statement (model API).interface
InsertQuery<R extends Record>
AnINSERT
statement (model API).interface
SelectQuery<R extends Record>
ASELECT
statement (model API).interface
UpdateQuery<R extends Record>
AnUPDATE
statement (model API).