|
Logback API Version 0.9.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionSourceBase | |
---|---|
ch.qos.logback.core.db | The ch.qos.logback.core.db package provides bases classes to append objects into various databases. |
Uses of ConnectionSourceBase in ch.qos.logback.core.db |
---|
Subclasses of ConnectionSourceBase in ch.qos.logback.core.db | |
---|---|
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 . |
|
Logback API Version 0.9.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |