Uses of Interface
com.sap.cds.ql.Source
Packages that use Source
-
Uses of Source in com.sap.cds.ql
Subinterfaces of Source in com.sap.cds.qlModifier and TypeInterfaceDescriptioninterfaceStructuredType<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.interfaceClasses in com.sap.cds.ql that implement SourceModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.Methods in com.sap.cds.ql with parameters of type Source -
Uses of Source in com.sap.cds.ql.hana
Subinterfaces of Source in com.sap.cds.ql.hanaModifier and TypeInterfaceDescriptioninterfaceA SAP HANA hierarchy generator function that generates a hierarchy based on recursive parent-child source data.interfaceA function to compute the subset of a source hierarchy, which contains all nodes relative (ancestors or descendants) to a set of start nodes.Methods in com.sap.cds.ql.hana with parameters of type SourceModifier and TypeMethodDescriptionCreates a copy of this hierarchy generator function with the given source.Creates a copy of this hierarchy subset function with the given source.HanaSupport.descendants(Source<?> source) static HierarchyReturns a function that generates a hierarchy based on recursive parent-child source data.