Uses of Interface
ch.qos.logback.core.db.ConnectionSource
Packages that use ConnectionSource
Package
Description
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
-
Uses of ConnectionSource in ch.qos.logback.core.db
Classes in ch.qos.logback.core.db that implement ConnectionSourceModifier and TypeClassDescriptionclassclassThe 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.Fields in ch.qos.logback.core.db declared as ConnectionSourceMethods in ch.qos.logback.core.db that return ConnectionSourceMethods in ch.qos.logback.core.db with parameters of type ConnectionSourceModifier and TypeMethodDescriptionvoidDBAppenderBase.setConnectionSource(ConnectionSource connectionSource)