Package com.sap.cds.ql.cqn
Interface CqnUpsert
- All Superinterfaces:
CqnStatement,CqnXsert,JSONizable
- All Known Subinterfaces:
Upsert
-
Method Details
-
entries
The entries to be upserted by this statement. -
isUpsert
default boolean isUpsert()Description copied from interface:CqnStatementReturnstrueif this is aCqnUpsertstatement.- Specified by:
isUpsertin interfaceCqnStatement- Returns:
trueif this is an upsert statement, otherwisefalse
-
asUpsert
Description copied from interface:CqnStatementCasts this CQN statement toCqnUpsert.- Specified by:
asUpsertin interfaceCqnStatement- Returns:
- this statement as a CqnUpsert
-