@NotNull MergeMatchedThenStep<R> |
MergeMatchedStep.whenMatchedAnd(String sql) |
Add the WHEN MATCHED AND clause to the
MERGE statement.
|
@NotNull MergeMatchedThenStep<R> |
MergeMatchedStep.whenMatchedAnd(String sql,
Object... bindings) |
Add the WHEN MATCHED AND clause to the
MERGE statement.
|
@NotNull MergeMatchedThenStep<R> |
MergeMatchedStep.whenMatchedAnd(String sql,
QueryPart... parts) |
Add the WHEN MATCHED AND clause to the MERGE
statement.
|
@NotNull MergeMatchedThenStep<R> |
MergeMatchedStep.whenMatchedAnd(Condition condition) |
Add the WHEN MATCHED AND clause to the
MERGE statement.
|
@NotNull MergeMatchedThenStep<R> |
MergeMatchedStep.whenMatchedAnd(Field<Boolean> condition) |
Add the WHEN MATCHED AND clause to the
MERGE statement.
|
@NotNull MergeMatchedThenStep<R> |
MergeMatchedStep.whenMatchedAnd(SQL sql) |
Add the WHEN MATCHED AND clause to the
MERGE statement.
|