| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dml.insert | |
| com.exasol.sql.dml.merge | |
| com.exasol.sql.dql.select |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedColumn
This class represents a derived column in an SQL query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertFields
Field list that defines the fields data is being inserted into.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatchedClause
Representation of the
WHEN MATCHED part of an SQL MERGE statement. |
class |
Merge
|
class |
MergeColumnUpdate
Update of a value in a column caused by a
MERGE command. |
class |
MergeDeleteClause
This class represents the
MERGE strategy of deleting matched rows. |
class |
MergeInsertClause
Represents the
MERGE strategy of inserting rows from the source that do not match any row in the destination. |
class |
MergeUpdateClause
Represents the
MERGE strategy of updating matched rows. |
class |
NotMatchedClause
Representation of the
WHEN NOT MATCHED part of an SQL MERGE statement. |
class |
OnClause
The
ON clause of an SQL MERGE statement. |
class |
UsingClause
The
USING clause of an SQL MERGE statement. |
| Modifier and Type | Class and Description |
|---|---|
class |
WhereClause
This class represents the where clause of an SQL statement.
|
Copyright © 2018–2021. All rights reserved.