| Package | Description |
|---|---|
| com.sap.cds.ql | |
| com.sap.cds.ql.cqn |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Delete<T extends StructuredType<?>>
The Delete Builder allows to construct CDS QL delete statements, which can be
executed via the
CdsDataStore. |
interface |
Insert
The Insert builder allows to construct CDS QL insert statements, which can be
executed via the
CdsDataStore. |
interface |
Update<T extends StructuredType<?>>
The Update Builder allows to construct CDS QL update statements, which can be
executed via the
CdsDataStore. |
interface |
Upsert
The Upsert Builder allows to construct CDS QL upsert statements, which can be
executed via the
CdsDataStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
Select<T extends StructuredType<?>>
The Select builder allows to construct CDS QL select statements, which can be
executed via the
CdsDataStore. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CqnDelete |
interface |
CqnInsert |
interface |
CqnSelect |
interface |
CqnStatement |
interface |
CqnUpdate |
interface |
CqnUpsert |
interface |
CqnXsert |
Copyright © 2020 SAP. All rights reserved.