Uses of Interface
com.sap.cds.ql.cqn.CqnStatement
Packages that use CqnStatement
-
Uses of CqnStatement in com.sap.cds.ql
Subinterfaces of CqnStatement 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 CqnStatementModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.classMethods in com.sap.cds.ql with type parameters of type CqnStatementModifier and TypeMethodDescriptionstatic <S extends CqnStatement>
SCQL.copy(S statement) Creates a copy of the given CQN statement.static <S extends CqnStatement>
SCreates a modified copy of the given CQN statement.<S extends CqnStatement,R extends S>
RCqnBuilder.copy(S statement) <S extends CqnStatement,R extends S>
R -
Uses of CqnStatement in com.sap.cds.ql.cqn
Subinterfaces of CqnStatement in com.sap.cds.ql.cqnModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in com.sap.cds.ql.cqn with parameters of type CqnStatementModifier and TypeMethodDescriptionbooleanCqnAnalyzer.CqnAnalyzerSPI.isCountQuery(CqnStatement cqn) static booleanCqnAnalyzer.isCountQuery(CqnStatement cqn) Returns true if the given CQN statement is a query with a single count item on the select list.