Uses of Interface
ch.qos.logback.core.db.ConnectionSource
-
Packages that use ConnectionSource 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 ConnectionSource in ch.qos.logback.core.db
Classes in ch.qos.logback.core.db that implement ConnectionSource Modifier and Type Class Description classConnectionSourceBaseclassDataSourceConnectionSourceThe 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.Fields in ch.qos.logback.core.db declared as ConnectionSource Modifier and Type Field Description protected ConnectionSourceDBAppenderBase. connectionSourceMethods in ch.qos.logback.core.db that return ConnectionSource Modifier and Type Method Description ConnectionSourceDBAppenderBase. getConnectionSource()Methods in ch.qos.logback.core.db with parameters of type ConnectionSource Modifier and Type Method Description voidDBAppenderBase. setConnectionSource(ConnectionSource connectionSource)
-