| Package | Description |
|---|---|
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.postgres | |
| org.delia.db.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
DBErrorConverterBase
It's important that db errors get converted into standard delia errors.
|
| Modifier and Type | Field and Description |
|---|---|
protected DBErrorConverter |
DBInterfaceBase.errorConverter |
| Constructor and Description |
|---|
DBConnectionBase(FactoryService factorySvc,
ConnectionFactory connectionFactory,
DBErrorConverter errorConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2ErrorConverter |
| Modifier and Type | Method and Description |
|---|---|
DBErrorConverter |
SqlHelperFactory.createErrorConverter() |
| Constructor and Description |
|---|
H2DBConnection(FactoryService factorySvc,
ConnectionFactory connectionFactory,
DBErrorConverter errorConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresErrorConverter |
| Modifier and Type | Method and Description |
|---|---|
DBErrorConverter |
PostgresSqlHelperFactory.createErrorConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionFactory.setErrorConverter(DBErrorConverter errorConverter) |
void |
ConnectionFactoryImpl.setErrorConverter(DBErrorConverter errorConverter) |
Copyright © 2020. All rights reserved.