Uses of Interface
org.jooq.MergeMatchedDeleteStep
-
Uses of MergeMatchedDeleteStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
MergeMatchedSetMoreStep<R extends Record>
This type is used for theMerge
's DSL API.interface
MergeMatchedWhereStep<R extends Record>
This type is used for theMerge
's DSL API.Modifier and TypeMethodDescription@NotNull MergeMatchedDeleteStep
<R> Add an additionalWHERE
clause to the precedingWHEN MATCHED THEN UPDATE
clause.@NotNull MergeMatchedDeleteStep
<R> Add an additionalWHERE
clause to the precedingWHEN MATCHED THEN UPDATE
clause.