Uses of Interface
org.jooq.impl.QOM.MergeNotMatched
Packages that use QOM.MergeNotMatched
-
Uses of QOM.MergeNotMatched in org.jooq.impl
Methods in org.jooq.impl that return QOM.MergeNotMatchedModifier and TypeMethodDescription@NotNull QOM.MergeNotMatched
QOM.MergeNotMatched.$columns
(Collection<? extends Field<?>> columns) @NotNull QOM.MergeNotMatched
QOM.MergeNotMatched.$values
(Collection<? extends Row> values) @NotNull QOM.MergeNotMatched
Methods in org.jooq.impl that return types with arguments of type QOM.MergeNotMatchedModifier and TypeMethodDescription@NotNull QOM.UnmodifiableList
<? extends QOM.MergeNotMatched> QOM.Merge.$whenNotMatched()
Method parameters in org.jooq.impl with type arguments of type QOM.MergeNotMatchedModifier and TypeMethodDescriptionQOM.Merge.$whenNotMatched
(Collection<? extends QOM.MergeNotMatched> whenNotMatched)