| Package | Description |
|---|---|
| net.chandol.logjdbc.config |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType |
DatabaseType.find(DataSource datasource) |
DatabaseType |
LogJdbcConfig.getType() |
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LogJdbcConfig(DatabaseType type) |
LogJdbcConfig(DatabaseType type,
Map<String,String> properties) |
Copyright © 2016. All rights reserved.