Interface QOM.Update<R extends Record>
- All Superinterfaces:
Attachable, AttachableQueryPart, DMLQuery<R>, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
- Enclosing class:
QOM
-
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 Attachable
attach, configuration, detachMethods inherited from interface AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.Publisher
subscribeMethods inherited from interface Query
bind, bind, cancel, execute, executeAsync, executeAsync, executeLarge, executeLargeAsync, executeLargeAsync, isExecutable, keepStatement, poolable, queryTimeoutMethods inherited from interface QueryPart
$replace, $replace, $traverse, $traverse, equals, hashCode, toStringMethods inherited from interface RowCountQuery
largePublisher
-
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
-