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.jooqMethods 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.implMethods in org.jooq.impl that return UpdateQueryModifier and TypeMethodDescription<R extends Record>
 UpdateQuery<R>DefaultDSLContext.updateQuery(Table<R> table)