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