Uses of Interface
org.jooq.MergeMatchedStep
-
Uses of MergeMatchedStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
MergeMatchedDeleteStep<R extends Record>
This type is used for theMerge
's DSL API.interface
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.interface
MergeOnConditionStep<R extends Record>
This type is used for theMerge
's DSL API.Modifier and TypeMethodDescription@NotNull MergeMatchedStep<R>
MergeMatchedDeleteStep.deleteWhere
(Condition condition) Add an additionalDELETE WHERE
clause to the precedingWHEN MATCHED THEN UPDATE
clause.@NotNull MergeMatchedStep<R>
MergeMatchedDeleteStep.deleteWhere
(Field<Boolean> condition) Add an additionalDELETE WHERE
clause to the precedingWHEN MATCHED THEN UPDATE
clause.@NotNull MergeMatchedStep<R>
MergeMatchedThenStep.thenDelete()
Add theTHEN UPDATE
clause to theMERGE
statement.@NotNull MergeMatchedStep<R>
MergeMatchedStep.whenMatchedThenDelete()
Add theWHEN MATCHED THEN DELETE
clause to theMERGE
statement.