public interface CqnInsert extends CqnXsert
CqnXsert.Kind
Modifier and Type | Method and Description |
---|---|
default CqnInsert |
asInsert()
Casts this CQN statement to
CqnInsert . |
List<Map<String,Object>> |
entries()
The entries to be inserted by this statement.
|
default CqnXsert.Kind |
getKind()
Deprecated.
|
default boolean |
isInsert()
Returns
true if this is a CqnInsert statement. |
asDelete, asSelect, asUpdate, asUpsert, hints, isDelete, isSelect, isUpdate, isUpsert, ref
toJson
default boolean isInsert()
CqnStatement
true
if this is a CqnInsert
statement.isInsert
in interface CqnStatement
true
if this is an insert statement, otherwise false
default CqnInsert asInsert()
CqnStatement
CqnInsert
.asInsert
in interface CqnStatement
@Deprecated default CqnXsert.Kind getKind()
Copyright © 2023 SAP. All rights reserved.