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 classDataSourceConnectionSourceThe DataSourceConnectionSource is an implementation ofConnectionSourcethat obtains the Connection in the recommended JDBC manner based on aDataSource.classDriverManagerConnectionSourceThe DriverManagerConnectionSource is an implementation ofConnectionSourcethat obtains the Connection in the traditional JDBC manner based on the connection URL.classJNDIConnectionSourceTheJNDIConnectionSource is an implementation ofConnectionSourcethat obtains aDataSourcefrom a JNDI provider and uses it to obtain aConnection.
-