Uses of Interface
com.sap.cds.ql.Statement
Packages that use Statement
-
Uses of Statement in com.sap.cds.ql
Subinterfaces of Statement 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, ?>> interfaceThe Insert builder allows to construct CDS QL insert 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.interfaceThe Upsert builder allows to construct a CDS QL Upsert statements, which can be executed via theCdsDataStore.Classes in com.sap.cds.ql that implement StatementModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.