Uses of Interface
com.sap.cds.ql.FilterableStatement
Packages that use FilterableStatement
-
Uses of FilterableStatement in com.sap.cds.ql
Classes in com.sap.cds.ql with type parameters of type FilterableStatementModifier and TypeInterfaceDescriptioninterfaceFilterableStatement<T,S extends FilterableStatement<T, ?>> Subinterfaces of FilterableStatement 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.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 FilterableStatementModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.