| Package | Description |
|---|---|
| com.sap.cds | |
| com.sap.cds.ql | |
| com.sap.cds.ql.cqn |
| Modifier and Type | Method and Description |
|---|---|
Result |
CdsDataStore.execute(CqnUpdate update,
Iterable<Map<String,Object>> valueSets)
Executes a
CqnUpdate statement as batch with the given named
parameter values. |
Result |
CdsDataStore.execute(CqnUpdate update,
Map<String,Object> namedValues)
Executes a
CqnUpdate statement with named parameter values. |
Result |
CdsDataStore.execute(CqnUpdate update,
Object... paramValues)
Executes a
CqnUpdate statement with optional positional parameter
values. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Update<T extends StructuredType<?>>
The Update Builder allows to construct CDS QL update statements, which can be
executed via the
CdsDataStore. |
| Modifier and Type | Method and Description |
|---|---|
static Update<StructuredType<?>> |
Update.copy(CqnUpdate update)
|
| Modifier and Type | Method and Description |
|---|---|
default CqnUpdate |
CqnUpdate.asUpdate() |
default CqnUpdate |
CqnStatement.asUpdate()
Casts this CQN statement to
CqnUpdate. |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
CqnAnalyzer.CqnAnalyzerSPI.analyze(CdsModel model,
CqnUpdate delete) |
AnalysisResult |
CqnAnalyzer.analyze(CqnUpdate update)
|
default void |
CqnVisitor.visit(CqnUpdate update) |
Copyright © 2020 SAP. All rights reserved.