public abstract class MergeMethodDefinition extends AbstractFragment
WHEN MATCHED THEN UPDATE.| Modifier and Type | Field and Description |
|---|---|
protected WhereClause |
where |
root| Constructor and Description |
|---|
MergeMethodDefinition(Fragment root)
Create the abstract base for a merge method definition.
|
| Modifier and Type | Method and Description |
|---|---|
WhereClause |
getWhere()
Get the
WHERE clause of the merge method definition. |
boolean |
hasWhere()
Check if the
WHERE clause exists. |
Merge |
where(BooleanExpression expression)
Add a
WHERE clause MERGE definition. |
getRootprotected WhereClause where
public MergeMethodDefinition(Fragment root)
root - root MERGE statementpublic Merge where(BooleanExpression expression)
WHERE clause MERGE definition.expression - filter expressionMERGE statementpublic WhereClause getWhere()
WHERE clause of the merge method definition.WHERE clausepublic boolean hasWhere()
WHERE clause exists.true if the WHERE clause existsCopyright © 2018–2021. All rights reserved.