public interface CqnParser
| Modifier and Type | Method and Description |
|---|---|
Delete<StructuredType<?>> |
delete(String cqn) |
Insert |
insert(String cqn) |
static CqnParser |
instance() |
Select<StructuredType<?>> |
select(String cqn) |
Update<StructuredType<?>> |
update(String cqn) |
Upsert |
upsert(String cqn) |
static CqnParser instance()
Select<StructuredType<?>> select(String cqn)
Update<StructuredType<?>> update(String cqn)
Delete<StructuredType<?>> delete(String cqn)
Copyright © 2020 SAP. All rights reserved.