Package com.sap.cds.ql.cqn
Interface CqnDelete
- All Superinterfaces:
CqnFilterableStatement,CqnStatement,JSONizable
- All Known Subinterfaces:
Delete<T>
-
Method Summary
Methods inherited from interface com.sap.cds.ql.cqn.CqnFilterableStatement
whereMethods inherited from interface com.sap.cds.ql.cqn.CqnStatement
asInsert, asSelect, asUpdate, asUpsert, hints, isInsert, isSelect, isUpdate, isUpsert, refMethods inherited from interface com.sap.cds.JSONizable
toJson
-
Method Details
-
isDelete
default boolean isDelete()Description copied from interface:CqnStatementReturnstrueif this is aCqnDeletestatement.- Specified by:
isDeletein interfaceCqnStatement- Returns:
trueif this is a delete statement, otherwisefalse
-
asDelete
Description copied from interface:CqnStatementCasts this CQN statement toCqnDelete.- Specified by:
asDeletein interfaceCqnStatement- Returns:
- this statement as a CqnDelete
-