Uses of Class
org.apache.log4j.db.ConnectionSourceSkeleton
-
Packages that use ConnectionSourceSkeleton Package Description org.apache.log4j.db The org.apache.log4j.db package provides means to append logging events into various databases. -
-
Uses of ConnectionSourceSkeleton in org.apache.log4j.db
Subclasses of ConnectionSourceSkeleton in org.apache.log4j.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
.
-