Package | Description |
---|---|
ch.qos.logback.core.db |
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
|
ch.qos.logback.core.db.dialect |
Contains the dialect classes used by logback to log to different databases, and the
SQL scripts to created the necessary tables.
|
Modifier and Type | Method and Description |
---|---|
SQLDialectCode |
ConnectionSource.getSQLDialectCode()
Get the SQL dialect that should be used for this connection.
|
SQLDialectCode |
ConnectionSourceBase.getSQLDialectCode() |
Modifier and Type | Method and Description |
---|---|
static SQLDialectCode |
DBUtil.discoverSQLDialect(java.sql.DatabaseMetaData meta) |
static SQLDialectCode |
SQLDialectCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLDialectCode[] |
SQLDialectCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SQLDialect |
DBUtil.getDialectFromCode(SQLDialectCode sqlDialectType) |