Uses of Interface
org.jooq.UpdateQuery
Packages that use UpdateQuery
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of UpdateQuery in org.jooq
Methods in org.jooq that return UpdateQueryModifier and TypeMethodDescription<R extends Record>
@NotNull UpdateQuery<R>DSLContext.updateQuery
(Table<R> table) Create a newUpdateQuery
-
Uses of UpdateQuery in org.jooq.impl
Methods in org.jooq.impl that return UpdateQueryModifier and TypeMethodDescription<R extends Record>
UpdateQuery<R>DefaultDSLContext.updateQuery
(Table<R> table)