| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.memdb | |
| org.delia.db.postgres | |
| org.delia.queryresponse | |
| org.delia.queryresponse.function | |
| org.delia.runner |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
DBExecutor.executeQuery(QuerySpec spec,
QueryContext qtx) |
QueryResponse |
DBInterface.executeQuery(QuerySpec spec,
QueryContext qtx,
DBAccessContext dbctx) |
QueryResponse |
InstrumentedDBInterface.executeQuery(QuerySpec spec,
QueryContext qtx,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
H2DBExecutor.executeQuery(QuerySpec spec,
QueryContext qtx) |
QueryResponse |
H2DBInterface.executeQuery(QuerySpec spec,
QueryContext qtx,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
MemDBExecutor.executeQuery(QuerySpec spec,
QueryContext qtx) |
QueryResponse |
MemDBInterface.executeQuery(QuerySpec spec,
QueryContext qtx,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
PostgresDBExecutor.executeQuery(QuerySpec spec,
QueryContext qtx) |
QueryResponse |
PostgresDBInterface.executeQuery(QuerySpec spec,
QueryContext qtx,
DBAccessContext dbctx) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
QueryResponseFunction.process(String fnName,
QueryExp queryExp,
QueryResponse qresp,
QueryFuncContext ctx) |
abstract QueryResponse |
QueryResponseFunctionBase.process(String fnName,
QueryExp queryExp,
QueryResponse qresp,
QueryFuncContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
FuncScope.changeScope(QueryResponse qresResult) |
QueryResponse |
QueryResponseFunction.process(String fnName,
QueryExp queryExp,
QueryResponse qresp,
QueryFuncContext ctx) |
abstract QueryResponse |
QueryResponseFunctionBase.process(String fnName,
QueryExp queryExp,
QueryResponse qresp,
QueryFuncContext ctx) |
protected void |
QueryResponseFunctionBase.setSingletonResult(QueryResponse qresp,
DValue dval) |
| Constructor and Description |
|---|
FuncScope(QueryResponse result) |
| Modifier and Type | Field and Description |
|---|---|
QueryResponse |
VarRef.qresp |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
FetchRunner.load(DRelation drel,
String targetFieldName) |
QueryResponse |
FetchRunnerImpl.load(DRelation drel,
String targetFieldName) |
QueryResponse |
FetchRunner.load(String typeName,
String fieldName,
DValue keyVal) |
QueryResponse |
FetchRunnerImpl.load(String typeName,
String fieldName,
DValue keyVal) |
QueryResponse |
FetchRunner.queryOwningType(DStructType owningType,
String subject,
DRelation drel) |
QueryResponse |
FetchRunnerImpl.queryOwningType(DStructType owningType,
String fieldName,
DRelation drel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RunnerImpl.runQueryFnsIfNeeded(QueryExp queryExp,
QueryResponse qresp,
ResultValue res) |
Copyright © 2020. All rights reserved.