| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.memdb | |
| org.delia.db.postgres |
| 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) |
Copyright © 2020. All rights reserved.