Uses of Interface
org.jooq.UpdateQuery
- 
Packages that use UpdateQuery Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. - 
- 
Uses of UpdateQuery in org.jooq
Methods in org.jooq that return UpdateQuery Modifier and Type Method Description <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 UpdateQuery Modifier and Type Method Description <R extends Record>
UpdateQuery<R>DefaultDSLContext. updateQuery(Table<R> table) 
 -