| Package | Description |
|---|---|
| org.delia.api | |
| org.delia.builder | |
| org.delia.dao | |
| org.delia.db | |
| org.delia.db.memdb |
| Modifier and Type | Method and Description |
|---|---|
static Delia |
DeliaFactory.create(ConnectionString connectionString,
DBType dbType,
Log log,
FactoryService factorySvc) |
| Modifier and Type | Field and Description |
|---|---|
DBType |
ConnectionInfo.dbType |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionBuilder |
ConnectionBuilder.dbType(DBType dbType) |
| Constructor and Description |
|---|
DeliaDao(ConnectionString connString,
DBType dbType,
Log log) |
| Modifier and Type | Field and Description |
|---|---|
protected DBType |
DBInterfaceBase.dbType |
| Modifier and Type | Method and Description |
|---|---|
DBType |
DBInterface.getDBType() |
DBType |
DBInterfaceBase.getDBType() |
DBType |
InstrumentedDBInterface.getDBType() |
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DBInterfaceBase(DBType dbType,
FactoryService factorySvc,
ConnectionFactory connFactory,
SqlHelperFactory sqlhelperFactory) |
| Modifier and Type | Method and Description |
|---|---|
DBType |
MemDBInterface.getDBType() |
Copyright © 2020. All rights reserved.