| Package | Description |
|---|---|
| com.exasol.sql.dml.insert | |
| com.exasol.sql.dml.merge |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInsertValueTable<T extends AbstractInsertValueTable<T>>
Abstract base class for SQL fragments that contain a insert value table (for example
INSERT, MERGE). |
| Modifier and Type | Class and Description |
|---|---|
class |
Insert
This class implements an SQL
Insert statement. |
| Modifier and Type | Class and Description |
|---|---|
class |
MergeInsertClause
Represents the
MERGE strategy of inserting rows from the source that do not match any row in the destination. |
Copyright © 2018–2021. All rights reserved.