| Package | Description |
|---|---|
| com.exasol.sql.dml.merge | |
| com.exasol.sql.dml.merge.rendering | |
| com.exasol.sql.dql.select | |
| com.exasol.sql.dql.select.rendering |
| Modifier and Type | Field and Description |
|---|---|
protected WhereClause |
MergeMethodDefinition.where |
protected WhereClause |
MergeInsertClause.where |
| Modifier and Type | Method and Description |
|---|---|
WhereClause |
MergeMethodDefinition.getWhere()
Get the
WHERE clause of the merge method definition. |
WhereClause |
MergeInsertClause.getWhere()
Get the
WHERE clause of the insert definition. |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeVisitor.visit(WhereClause whereClause)
Visit a
WHERE clause. |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeRenderer.visit(WhereClause whereClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectVisitor.visit(WhereClause whereClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectRenderer.visit(WhereClause whereClause) |
Copyright © 2018–2021. All rights reserved.