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