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