Uses of Interface
org.jooq.MergeMatchedDeleteStep
Packages that use MergeMatchedDeleteStep
- 
Uses of MergeMatchedDeleteStep in org.jooqSubinterfaces of MergeMatchedDeleteStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceMergeMatchedSetMoreStep<R extends Record>This type is used for theMerge's DSL API.interfaceMergeMatchedWhereStep<R extends Record>This type is used for theMerge's DSL API.Methods in org.jooq that return MergeMatchedDeleteStepModifier and TypeMethodDescription@NotNull MergeMatchedDeleteStep<R> Add an additionalWHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.@NotNull MergeMatchedDeleteStep<R> Add an additionalWHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.