| Package | Description |
|---|---|
| com.sap.cds | |
| com.sap.cds.ql | |
| com.sap.cds.ql.cqn |
| Modifier and Type | Method and Description |
|---|---|
Result |
CdsDataStore.execute(CqnUpsert upsert)
Executes a
CqnUpsert statement. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Upsert
The Upsert Builder allows to construct CDS QL upsert statements, which can be
executed via the
CdsDataStore. |
| Modifier and Type | Method and Description |
|---|---|
static Upsert |
Upsert.copy(CqnUpsert upsert)
|
| Modifier and Type | Method and Description |
|---|---|
default CqnUpsert |
CqnUpsert.asUpsert() |
default CqnUpsert |
CqnStatement.asUpsert()
Casts this CQN statement to
CqnUpsert. |
| Modifier and Type | Method and Description |
|---|---|
default void |
CqnVisitor.visit(CqnUpsert upsert) |
Copyright © 2020 SAP. All rights reserved.