Package | Description |
---|---|
ch.qos.logback.core.db |
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionSourceBase |
class |
DataSourceConnectionSource
The DataSourceConnectionSource is an implementation of
ConnectionSource that obtains the Connection in the recommended JDBC
manner based on a DataSource . |
class |
DriverManagerConnectionSource
The DriverManagerConnectionSource is an implementation of
ConnectionSource that obtains the Connection in the traditional JDBC
manner based on the connection URL. |
class |
JNDIConnectionSource
The
ConnectionSource that obtains a DataSource from a
JNDI provider and uses it to obtain a Connection . |
Modifier and Type | Field and Description |
---|---|
protected ConnectionSource |
DBAppenderBase.connectionSource |
Modifier and Type | Method and Description |
---|---|
ConnectionSource |
DBAppenderBase.getConnectionSource() |
Modifier and Type | Method and Description |
---|---|
void |
DBAppenderBase.setConnectionSource(ConnectionSource connectionSource) |
Copyright © 2005–2016 QOS.ch. All rights reserved.