Interface QOM.Merge<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$into()@NotNull QOM.Merge<?> @Nullable Condition$on()@Nullable TableLike<?> $using()@NotNull QOM.UnmodifiableList<? extends QOM.MergeMatched> $whenMatched(Collection<? extends QOM.MergeMatched> whenMatched) @NotNull QOM.UnmodifiableList<? extends QOM.MergeNotMatched> $whenNotMatched(Collection<? extends QOM.MergeNotMatched> whenNotMatched) @NotNull QOM.UnmodifiableList<? extends QOM.MergeNotMatchedBySource> $whenNotMatchedBySource(Collection<? extends QOM.MergeNotMatchedBySource> whenNotMatchedBySource) @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
-
$into
-
$into
-
$using
-
$using
-
$on
-
$on
-
$whenMatched
-
$whenMatched
@CheckReturnValue @NotNull @NotNull QOM.Merge<R> $whenMatched(Collection<? extends QOM.MergeMatched> whenMatched) -
$whenNotMatched
-
$whenNotMatched
@CheckReturnValue @NotNull @NotNull QOM.Merge<R> $whenNotMatched(Collection<? extends QOM.MergeNotMatched> whenNotMatched) -
$whenNotMatchedBySource
@NotNull @NotNull QOM.UnmodifiableList<? extends QOM.MergeNotMatchedBySource> $whenNotMatchedBySource() -
$whenNotMatchedBySource
@CheckReturnValue @NotNull @NotNull QOM.Merge<R> $whenNotMatchedBySource(Collection<? extends QOM.MergeNotMatchedBySource> whenNotMatchedBySource)
-