Uses of Class
ch.qos.logback.core.db.ConnectionSourceBase
-
Packages that use ConnectionSourceBase Package Description 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 Modifier and Type Class Description class
DataSourceConnectionSource
The DataSourceConnectionSource is an implementation ofConnectionSource
that obtains the Connection in the recommended JDBC manner based on aDataSource
.class
DriverManagerConnectionSource
The DriverManagerConnectionSource is an implementation ofConnectionSource
that obtains the Connection in the traditional JDBC manner based on the connection URL.class
JNDIConnectionSource
TheJNDIConnectionSource is an implementation ofConnectionSource
that obtains aDataSource
from a JNDI provider and uses it to obtain aConnection
.
-