Package | Description |
---|---|
com.sap.cds | |
com.sap.cds.ql | |
com.sap.cds.ql.cqn |
Modifier and Type | Interface and Description |
---|---|
interface |
CdsData
Represents data of CDS objects, which can be accessed as a
Map<String, Object> . |
interface |
Result
Represents the result data returned by the
CdsDataStore . |
interface |
Row
Represents a single result data set of the
CdsDataStore . |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanFunction |
interface |
Delete<T extends StructuredType<?>>
The Delete Builder allows to construct CDS QL delete statements, which can be
executed via the
CdsDataStore . |
interface |
ElementRef<T> |
interface |
Expand<T extends StructuredType<?>> |
interface |
FunctionCall<T> |
interface |
Insert
The Insert builder allows to construct CDS QL insert statements, which can be
executed via the
CdsDataStore . |
interface |
Limit |
interface |
Literal<T> |
interface |
Parameter<T> |
interface |
Predicate |
interface |
RefSegment |
interface |
Source<T extends StructuredType<?>> |
interface |
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.
|
interface |
StructuredTypeRef |
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 . |
interface |
Value<T> |
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 |
CqnArithmeticExpression |
interface |
CqnArithmeticNegation |
interface |
CqnBooleanLiteral |
interface |
CqnComparisonPredicate |
interface |
CqnConnectivePredicate |
interface |
CqnContainmentTest |
interface |
CqnDelete |
interface |
CqnElementRef |
interface |
CqnExistsSubquery |
interface |
CqnExpand |
interface |
CqnExpression |
interface |
CqnFunc |
interface |
CqnInline |
interface |
CqnInPredicate
|
interface |
CqnInsert |
interface |
CqnJoin |
interface |
CqnLimit
Deprecated.
|
interface |
CqnListValue |
interface |
CqnLiteral<T> |
interface |
CqnLock |
interface |
CqnMatchPredicate
Predicate that tests whether any|all elements of an entity set match a given
condition
|
interface |
CqnNegation |
interface |
CqnNullValue |
interface |
CqnNumericLiteral<N extends Number> |
interface |
CqnParameter |
interface |
CqnPlain |
interface |
CqnPredicate |
interface |
CqnReference |
static interface |
CqnReference.Segment |
interface |
CqnSearchPredicate |
interface |
CqnSelect |
interface |
CqnSelectList |
interface |
CqnSelectListItem |
interface |
CqnSelectListValue |
interface |
CqnSortSpecification |
interface |
CqnSource |
interface |
CqnStatement |
interface |
CqnStringLiteral |
interface |
CqnStructuredTypeRef |
interface |
CqnTemporalLiteral<E extends Temporal> |
interface |
CqnToken |
interface |
CqnUpdate |
interface |
CqnUpsert |
interface |
CqnValue |
interface |
CqnXsert |
Modifier and Type | Class and Description |
---|---|
class |
CqnStar |
Copyright © 2022 SAP. All rights reserved.