public class OnClause extends AbstractFragment implements MergeFragment
ON clause of an SQL MERGE statement.root| Constructor and Description |
|---|
OnClause(Fragment root,
BooleanExpression condition)
Create a new instance of a
OnClause. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MergeVisitor visitor)
Accept a visitor (e.g.
|
BooleanExpression |
getCondition()
Get the merge condition.
|
getRootpublic OnClause(Fragment root, BooleanExpression condition)
OnClause.root - root SQL statement this ON clause belongs tocondition - match conditionpublic BooleanExpression getCondition()
public void accept(MergeVisitor visitor)
MergeFragmentaccept in interface MergeFragmentvisitor - visitor to acceptCopyright © 2018–2021. All rights reserved.