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 | Field and Description |
---|---|
protected SQLDialect |
DBAppenderBase.sqlDialect |
Modifier and Type | Class and Description |
---|---|
class |
H2Dialect
The H2 dialect.
|
class |
HSQLDBDialect
The HSQLDB dialect.
|
class |
MsSQLDialect
The MS SQL Server dialect is untested.
|
class |
MySQLDialect |
class |
OracleDialect
The Oracle dialect.
|
class |
PostgreSQLDialect |
class |
SQLiteDialect
SQLite dialect
Note that the dialect is not needed if your JDBC driver supports the
getGeneratedKeys method introduced in JDBC 3.0 specification.
|
class |
SybaseSqlAnywhereDialect |
Modifier and Type | Method and Description |
---|---|
static SQLDialect |
DBUtil.getDialectFromCode(SQLDialectCode sqlDialectType) |
Copyright © 2005–2016 QOS.ch. All rights reserved.