| Package | Description |
|---|---|
| org.delia.api | |
| org.delia.builder | |
| org.delia.core | |
| org.delia.dao | |
| org.delia.db | |
| org.delia.db.h2 | |
| org.delia.db.memdb | |
| org.delia.db.postgres | |
| org.delia.db.sql | |
| org.delia.error | |
| org.delia.log | |
| org.delia.runner |
| Modifier and Type | Method and Description |
|---|---|
Log |
Delia.getLog() |
Log |
DeliaImpl.getLog() |
| Modifier and Type | Method and Description |
|---|---|
static Delia |
DeliaFactory.create(ConnectionInfo info,
Log log,
FactoryService factorySvc) |
static Delia |
DeliaFactory.create(ConnectionString connectionString,
DBType dbType,
Log log,
FactoryService factorySvc) |
static Delia |
DeliaFactory.create(DBInterface dbInterface,
Log log,
FactoryService factorySvc) |
| Constructor and Description |
|---|
DeliaImpl(DBInterface dbInterface,
Log log,
FactoryService factorySvc) |
| Modifier and Type | Method and Description |
|---|---|
DeliaBuilder |
DeliaBuilder.log(Log log) |
| Modifier and Type | Field and Description |
|---|---|
protected Log |
FactoryServiceImpl.log |
protected Log |
ServiceBase.log |
| Modifier and Type | Method and Description |
|---|---|
Log |
FactoryService.getLog() |
Log |
FactoryServiceImpl.getLog() |
| Constructor and Description |
|---|
FactoryServiceImpl(Log log,
ErrorTracker et) |
| Constructor and Description |
|---|
DeliaDao(ConnectionString connString,
DBType dbType,
Log log) |
| Modifier and Type | Field and Description |
|---|---|
protected Log |
DBInterfaceBase.sqlLog |
| Modifier and Type | Method and Description |
|---|---|
void |
DBInterfaceInternal.enumerateAllConstraints(Log logToUse) |
void |
DBInterfaceInternal.enumerateAllTables(Log logToUse) |
int |
DBConnectionBase.enumerateDBSchema(PreparedStatementGenerator sqlgen,
Log logToUse,
DBListingType listingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
H2DBInterface.enumerateAllConstraints(Log logToUse) |
void |
H2DBInterface.enumerateAllTables(Log logToUse) |
| Modifier and Type | Field and Description |
|---|---|
protected Log |
MemDBInterface.log |
| Modifier and Type | Method and Description |
|---|---|
void |
MemDBInterface.enumerateAllConstraints(Log logToUse) |
void |
MemDBInterface.enumerateAllTables(Log logToUse) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostgresDBInterface.enumerateAllConstraints(Log logToUse) |
void |
PostgresDBInterface.enumerateAllTables(Log logToUse) |
| Constructor and Description |
|---|
ConnectionFactoryImpl(ConnectionString connStr,
Log log) |
| Constructor and Description |
|---|
ErrorFormatterServiceImpl(Log log) |
SimpleErrorTracker(Log log) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLog
Logs to System.out
|
| Modifier and Type | Method and Description |
|---|---|
Log |
LogFactory.create(Class<?> clazz) |
Log |
SimpleLogFactory.create(Class<?> clazz) |
Log |
LogFactory.create(String name) |
Log |
SimpleLogFactory.create(String name) |
| Modifier and Type | Method and Description |
|---|---|
Log |
Runner.getLog() |
Log |
RunnerImpl.getLog() |
Copyright © 2020. All rights reserved.