- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DMLQuery<R>,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- Enclosing class:
- QOM
- 
Method SummaryModifier 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 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
- 
$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) 
 
-