public interface CqnInsert extends CqnXsert
CqnXsert.Kind| Modifier and Type | Method and Description |
|---|---|
default CqnInsert |
asInsert()
Casts this CQN statement to
CqnInsert. |
default CqnXsert.Kind |
getKind() |
default boolean |
isInsert()
Returns
true if this is a CqnInsert statement. |
accept, asDelete, asSelect, asUpdate, asUpsert, isDelete, isSelect, isUpdate, isUpsert, reftoJsondefault boolean isInsert()
CqnStatementtrue if this is a CqnInsert statement.isInsert in interface CqnStatementtrue if this is an insert statement, otherwise falsedefault CqnInsert asInsert()
CqnStatementCqnInsert.asInsert in interface CqnStatementdefault CqnXsert.Kind getKind()
Copyright © 2020 SAP. All rights reserved.