| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.postgres | |
| org.delia.db.sql |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionFactory |
DBConnectionBase.connectionFactory |
protected ConnectionFactory |
DBInterfaceBase.connFactory |
| Constructor and Description |
|---|
DBConnectionBase(FactoryService factorySvc,
ConnectionFactory connectionFactory,
DBErrorConverter errorConverter) |
DBInterfaceBase(DBType dbType,
FactoryService factorySvc,
ConnectionFactory connFactory,
SqlHelperFactory sqlhelperFactory) |
| Constructor and Description |
|---|
H2DBConnection(FactoryService factorySvc,
ConnectionFactory connectionFactory,
DBErrorConverter errorConverter) |
H2DBInterface(FactoryService factorySvc,
ConnectionFactory connFactory) |
| Constructor and Description |
|---|
PostgresDBInterface(FactoryService factorySvc,
ConnectionFactory connFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionFactoryImpl
A sample connection factory.
|
Copyright © 2020. All rights reserved.