- 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 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
-
$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)
-