| Package | Description |
|---|---|
| com.sap.cds | |
| com.sap.cds.ql | |
| com.sap.cds.ql.cqn |
| Modifier and Type | Method and Description |
|---|---|
Result |
CdsDataStore.execute(CqnDelete delete,
Iterable<Map<String,Object>> valueSets)
Executes a
CqnDelete statement as batch with the given named
parameter values. |
Result |
CdsDataStore.execute(CqnDelete delete,
Map<String,Object> namedValues)
Executes a
CqnDelete statement with named parameter values. |
Result |
CdsDataStore.execute(CqnDelete delete,
Object... paramValues)
Executes a
CqnDelete statement with optional positional parameter
values. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Delete<StructuredType<?>> |
Delete.copy(CqnDelete delete)
|
| Modifier and Type | Method and Description |
|---|---|
default CqnDelete |
CqnStatement.asDelete()
Casts this CQN statement to
CqnDelete. |
default CqnDelete |
CqnDelete.asDelete() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
CqnAnalyzer.CqnAnalyzerSPI.analyze(CdsModel model,
CqnDelete delete) |
AnalysisResult |
CqnAnalyzer.analyze(CqnDelete delete)
|
default void |
CqnVisitor.visit(CqnDelete delete) |
Copyright © 2020 SAP. All rights reserved.