Uses of Interface
com.sap.cds.ql.cqn.CqnFilterableStatement
Packages that use CqnFilterableStatement
-
Uses of CqnFilterableStatement in com.sap.cds.ql
Subinterfaces of CqnFilterableStatement in com.sap.cds.qlModifier and TypeInterfaceDescriptioninterfaceDelete<T extends StructuredType<?>>The Delete Builder allows to construct CDS QL delete statements, which can be executed via theCdsDataStore.interfaceFilterableStatement<T,S extends FilterableStatement<T, ?>> interfaceUpdate<T extends StructuredType<?>>The Update Builder allows to construct CDS QL update statements, which can be executed via theCdsDataStore.Classes in com.sap.cds.ql that implement CqnFilterableStatementModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore. -
Uses of CqnFilterableStatement in com.sap.cds.ql.cqn
Subinterfaces of CqnFilterableStatement in com.sap.cds.ql.cqnMethods in com.sap.cds.ql.cqn with parameters of type CqnFilterableStatementModifier and TypeMethodDescriptionCqnAnalyzer.analyze(CqnFilterableStatement statement) CqnAnalyzer.CqnAnalyzerSPI.analyze(CdsModel model, CqnFilterableStatement stmt)