- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DMLQuery<R>,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- Enclosing class:
- QOM
The 
UPDATE statement.- 
Method SummaryModifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Table<?>>$from()@NotNull QOM.Update<R>$from(Collection<? extends Table<?>> from) $limit()@NotNull QOM.Update<R>@NotNull QOM.UnmodifiableList<? extends SortField<?>>$orderBy()@NotNull QOM.Update<R>$orderBy(Collection<? extends SortField<?>> orderBy) @NotNull QOM.UnmodifiableMap<? extends FieldOrRow,? extends FieldOrRowOrSelect> $set()@NotNull QOM.Update<R>$set(Map<? extends FieldOrRow, ? extends FieldOrRowOrSelect> set) $table()@NotNull QOM.Update<?>@Nullable Condition$where()@NotNull QOM.Update<R>@Nullable QOM.With$with()Methods inherited from interface org.jooq.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$with
- 
$table
- 
$table
- 
$from
- 
$from
- 
$set
- 
$set@CheckReturnValue @NotNull @NotNull QOM.Update<R> $set(Map<? extends FieldOrRow, ? extends FieldOrRowOrSelect> set) 
- 
$where
- 
$where
- 
$orderBy
- 
$orderBy@CheckReturnValue @NotNull @NotNull QOM.Update<R> $orderBy(Collection<? extends SortField<?>> orderBy) 
- 
$limit
- 
$limit
 
-