Uses of Interface
org.jooq.MergeMatchedDeleteStep
-
Packages that use MergeMatchedDeleteStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of MergeMatchedDeleteStep in org.jooq
Subinterfaces of MergeMatchedDeleteStep in org.jooq Modifier and Type Interface Description interfaceMergeMatchedSetMoreStep<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 MergeMatchedDeleteStep Modifier and Type Method Description MergeMatchedDeleteStep<R>MergeMatchedWhereStep. where(Boolean condition)Deprecated.- 3.8.0 - [#4763] - UseMergeMatchedWhereStep.where(Condition)(typically withDSL.trueCondition(),DSL.falseCondition(), orDSL.noCondition()as the parameter) orMergeMatchedWhereStep.where(Field)instead.MergeMatchedDeleteStep<R>MergeMatchedWhereStep. where(Condition condition)Add an additionalWHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.MergeMatchedDeleteStep<R>MergeMatchedWhereStep. where(Field<Boolean> condition)Add an additionalWHEREclause to the precedingWHEN MATCHED THEN UPDATEclause.
-