Uses of Interface
com.sap.cds.ql.cqn.CqnDelete
Packages that use CqnDelete
-
Uses of CqnDelete in com.sap.cds
Methods in com.sap.cds with parameters of type CqnDeleteModifier and TypeMethodDescriptiondefault ResultExecutes aCqnDeletestatement .Executes aCqnDeletestatement as batch with the given named parameter values.Executes aCqnDeletestatement with optional positional values for indexed parameters, seeCQL.param(int).Executes aCqnDeletestatement with values for named parameters, seeCQL.param(String). -
Uses of CqnDelete in com.sap.cds.ql
Subinterfaces of CqnDelete 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.Methods in com.sap.cds.ql with parameters of type CqnDelete -
Uses of CqnDelete in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnDelete