Interface | Description |
---|---|
BooleanFunction | |
CQL | |
CqnBuilder |
Service Provider Interface
|
CqnBuilder.QueryBuilderSupport | |
CqnParser | |
Delete<T extends StructuredType<?>> |
The Delete Builder allows to construct CDS QL delete statements, which can be
executed via the
CdsDataStore . |
ElementRef<T> | |
Expand<T extends StructuredType<?>> | |
FunctionCall<T> | |
Insert |
The Insert builder allows to construct CDS QL insert statements, which can be
executed via the
CdsDataStore . |
Limit | |
Literal<T> | |
Orderable | |
Parameter<T> | |
Predicate | |
RefSegment | |
Searchable |
An entity that can be searched for a search term or to which a search
expression can be applied.
|
Source<T extends StructuredType<?>> | |
StructuredType<T extends StructuredType<T>> |
Builder to define sets of structured CDS entities and types using
filtered path expressions, to define predicates on these sets, and
to address elements of structured types.
|
StructuredTypeRef | |
Update<T extends StructuredType<?>> |
The Update Builder allows to construct CDS QL update statements, which can be
executed via the
CdsDataStore . |
Upsert |
The Upsert Builder allows to construct CDS QL upsert statements, which can be
executed via the
CdsDataStore . |
Value<T> |
Class | Description |
---|---|
Select<T extends StructuredType<?>> |
The Select builder allows to construct CDS QL select statements, which can be
executed via the
CdsDataStore . |
Exception | Description |
---|---|
CdsDataException |
Annotation Type | Description |
---|---|
CdsName |
Copyright © 2021 SAP. All rights reserved.