- 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 Summary
Modifier 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.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, 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
-