| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dml.insert | |
| com.exasol.sql.dml.merge | |
| com.exasol.sql.dml.merge.rendering | |
| com.exasol.sql.dql.select |
| Class and Description |
|---|
| Merge |
| MergeFragment
This is the common interface for all fragments of a
MERGE statement. |
| MergeVisitor
Visitor for value tables.
|
| Class and Description |
|---|
| MergeFragment
This is the common interface for all fragments of a
MERGE statement. |
| MergeVisitor
Visitor for value tables.
|
| Class and Description |
|---|
| MatchedClause
Representation of the
WHEN MATCHED part of an SQL MERGE statement. |
| Merge |
| MergeColumnUpdate
Update of a value in a column caused by a
MERGE command. |
| MergeDeleteClause
This class represents the
MERGE strategy of deleting matched rows. |
| MergeFragment
This is the common interface for all fragments of a
MERGE statement. |
| MergeInsertClause
Represents the
MERGE strategy of inserting rows from the source that do not match any row in the destination. |
| MergeMethodDefinition
Abstract base class for merge method definitions like
WHEN MATCHED THEN UPDATE. |
| MergeUpdateClause
Represents the
MERGE strategy of updating matched rows. |
| MergeVisitor
Visitor for value tables.
|
| NotMatchedClause
Representation of the
WHEN NOT MATCHED part of an SQL MERGE statement. |
| OnClause
The
ON clause of an SQL MERGE statement. |
| UsingClause
The
USING clause of an SQL MERGE statement. |
| Class and Description |
|---|
| MatchedClause
Representation of the
WHEN MATCHED part of an SQL MERGE statement. |
| Merge |
| MergeColumnUpdate
Update of a value in a column caused by a
MERGE command. |
| MergeDeleteClause
This class represents the
MERGE strategy of deleting matched rows. |
| MergeInsertClause
Represents the
MERGE strategy of inserting rows from the source that do not match any row in the destination. |
| MergeUpdateClause
Represents the
MERGE strategy of updating matched rows. |
| MergeVisitor
Visitor for value tables.
|
| NotMatchedClause
Representation of the
WHEN NOT MATCHED part of an SQL MERGE statement. |
| OnClause
The
ON clause of an SQL MERGE statement. |
| UsingClause
The
USING clause of an SQL MERGE statement. |
| Class and Description |
|---|
| MergeFragment
This is the common interface for all fragments of a
MERGE statement. |
| MergeVisitor
Visitor for value tables.
|
Copyright © 2018–2021. All rights reserved.