MergeIntoAction |
MergeIntoAction.withMatchedDelete(String matchedDeleteCondition) |
MergeIntoAction |
MergeIntoAction.withMatchedUpsert(String matchedUpsertCondition,
String matchedUpsertSet) |
MergeIntoAction |
MergeIntoAction.withMergeCondition(String mergeCondition) |
MergeIntoAction |
MergeIntoAction.withNotMatchedBySourceDelete(String notMatchedBySourceDeleteCondition) |
MergeIntoAction |
MergeIntoAction.withNotMatchedBySourceUpsert(String notMatchedBySourceUpsertCondition,
String notMatchedBySourceUpsertSet) |
MergeIntoAction |
MergeIntoAction.withNotMatchedInsert(String notMatchedInsertCondition,
String notMatchedInsertValues) |
MergeIntoAction |
MergeIntoAction.withSourceSqls(String... sourceSqls) |
MergeIntoAction |
MergeIntoAction.withSourceTable(String sourceTable) |
MergeIntoAction |
MergeIntoAction.withTargetAlias(String targetAlias) |