Uses of Interface
org.jooq.MergeMatchedThenStep
-
Uses of MergeMatchedThenStep in org.jooq
Modifier and TypeMethodDescription@NotNull MergeMatchedThenStep<R>
MergeMatchedStep.whenMatchedAnd(String sql)
Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep<R>
MergeMatchedStep.whenMatchedAnd(String sql, Object... bindings)
Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep<R>
MergeMatchedStep.whenMatchedAnd(String sql, QueryPart... parts)
Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep<R>
MergeMatchedStep.whenMatchedAnd(Condition condition)
Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep<R>
MergeMatchedStep.whenMatchedAnd(Field<Boolean> condition)
Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep<R>
MergeMatchedStep.whenMatchedAnd(SQL sql)
Add theWHEN MATCHED AND
clause to theMERGE
statement.