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