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