public abstract class AbstractCqnService extends ServiceDelegator implements CqnService
Modifier and Type | Field and Description |
---|---|
protected CdsRuntime |
runtime |
EVENT_CREATE, EVENT_DELETE, EVENT_READ, EVENT_UPDATE, EVENT_UPSERT
Modifier | Constructor and Description |
---|---|
protected |
AbstractCqnService(String name,
CdsRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
protected String |
getTargetEntity(com.sap.cds.ql.cqn.CqnStatement statement) |
protected List<Map<String,Object>> |
list(Map<String,Object> map) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnDelete delete,
Iterable<Map<String,Object>> valueSets) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnDelete delete,
Map<String,Object> namedValues) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnDelete delete,
Object... paramValues) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnInsert insert) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnSelect select,
Map<String,Object> namedValues) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnSelect select,
Object... paramValues) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnUpdate update,
Iterable<Map<String,Object>> valueSets) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnUpdate update,
Map<String,Object> namedValues) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnUpdate update,
Object... paramValues) |
com.sap.cds.Result |
run(com.sap.cds.ql.cqn.CqnUpsert upsert) |
after, after, before, before, emit, getDelegatedService, getName, on, on
protected final CdsRuntime runtime
protected AbstractCqnService(String name, CdsRuntime runtime)
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnSelect select, Object... paramValues)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnSelect select, Map<String,Object> namedValues)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnInsert insert)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnUpsert upsert)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnUpdate update, Object... paramValues)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnUpdate update, Map<String,Object> namedValues)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnUpdate update, Iterable<Map<String,Object>> valueSets)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnDelete delete, Object... paramValues)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnDelete delete, Map<String,Object> namedValues)
run
in interface CdsService
run
in interface CqnService
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnDelete delete, Iterable<Map<String,Object>> valueSets)
run
in interface CdsService
run
in interface CqnService
protected String getTargetEntity(com.sap.cds.ql.cqn.CqnStatement statement)
Copyright © 2023. All rights reserved.