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 |
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 . |
Copyright © 2005–2016 QOS.ch. All rights reserved.