Package com.sap.cds.ql.cqn
Interface CqnInsert
- All Superinterfaces:
CqnStatement,CqnXsert,JSONizable
- All Known Subinterfaces:
Insert
-
Method Details
-
entries
The entries to be inserted by this statement. -
isInsert
default boolean isInsert()Description copied from interface:CqnStatementReturnstrueif this is aCqnInsertstatement.- Specified by:
isInsertin interfaceCqnStatement- Returns:
trueif this is an insert statement, otherwisefalse
-
asInsert
Description copied from interface:CqnStatementCasts this CQN statement toCqnInsert.- Specified by:
asInsertin interfaceCqnStatement- Returns:
- this statement as a CqnInsert
-