Package com.sap.cds.ql
package com.sap.cds.ql
-
ClassDescriptionIndicates the path to access structured
CdsData
.Service Provider InterfaceDelete<T extends StructuredType<?>>The Delete Builder allows to construct CDS QL delete statements, which can be executed via theCdsDataStore
.ElementRef<T>Expand<T extends StructuredType<?>>FilterableStatement<T,S extends FilterableStatement<T, ?>> FunctionCall<T>The Insert builder allows to construct CDS QL insert statements, which can be executed via theCdsDataStore
.Literal<T>Parameter<T>RefBuilder<T extends CqnReference>Builder for CQNreferences
.A modifiable ref segment.An entity that can be searched for a search term or to which a search expression can be applied.Select<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore
.Expressions that can be put on the select list ofSelect
statements.Source<T extends StructuredType<?>>Statement<T>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.Update<T extends StructuredType<?>>The Update Builder allows to construct CDS QL update statements, which can be executed via theCdsDataStore
.The Upsert builder allows to construct a CDS QL Upsert statements, which can be executed via theCdsDataStore
.Value<T>