| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.h2.test | |
| org.delia.db.memdb | |
| org.delia.db.postgres | |
| org.delia.db.schema | |
| org.delia.runner |
| Modifier and Type | Method and Description |
|---|---|
DBExecutor |
DBInterface.createExector(DBAccessContext ctx) |
abstract DBExecutor |
DBInterfaceBase.createExector(DBAccessContext ctx) |
DBExecutor |
InstrumentedDBInterface.createExector(DBAccessContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2DBExecutor |
| Modifier and Type | Method and Description |
|---|---|
DBExecutor |
H2DBInterface.createExector(DBAccessContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
H2TestCleaner.safeDeleteTable(DBExecutor executor,
String tblName) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemDBExecutor |
| Modifier and Type | Method and Description |
|---|---|
DBExecutor |
MemDBInterface.createExector(DBAccessContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresDBExecutor |
| Modifier and Type | Method and Description |
|---|---|
DBExecutor |
PostgresDBInterface.createExector(DBAccessContext ctx) |
| Constructor and Description |
|---|
MigrationRunner(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
DBExecutor dbexecutor) |
| Constructor and Description |
|---|
FetchRunnerImpl(FactoryService factorySvc,
DBExecutor dbexecutor,
DTypeRegistry registry,
VarEvaluator eval) |
Copyright © 2020. All rights reserved.