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:CqnStatement
Returnstrue
if this is aCqnUpsert
statement.- Specified by:
isUpsert
in interfaceCqnStatement
- Returns:
true
if this is an upsert statement, otherwisefalse
-
asUpsert
Description copied from interface:CqnStatement
Casts this CQN statement toCqnUpsert
.- Specified by:
asUpsert
in interfaceCqnStatement
- Returns:
- this statement as a CqnUpsert
-