Uses of Interface
org.jooq.MergeNotMatchedStep
Packages that use MergeNotMatchedStep
-
Uses of MergeNotMatchedStep in org.jooq
Subinterfaces of MergeNotMatchedStep in org.jooqModifier 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
MergeMatchedStep<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
MergeNotMatchedSetMoreStep<R extends Record>
This type is used for theMerge
's DSL API.interface
MergeNotMatchedWhereStep<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.Methods in org.jooq that return MergeNotMatchedStepModifier and TypeMethodDescription@NotNull MergeNotMatchedStep
<R> Add an additionalWHERE
clause to the precedingWHEN NOT MATCHED THEN INSERT
clause.@NotNull MergeNotMatchedStep
<R> Add an additionalWHERE
clause to the precedingWHEN NOT MATCHED THEN INSERT
clause.