|
||||||||||
前 次 | フレームあり フレームなし |
ConnectionSourceSkeleton を使用しているパッケージ | |
---|---|
org.apache.log4j.db | The org.apache.log4j.db package provides means to append logging events into various databases. |
org.apache.log4j.db での ConnectionSourceSkeleton の使用 |
---|
org.apache.log4j.db での ConnectionSourceSkeleton のサブクラス | |
---|---|
class |
DataSourceConnectionSource
The DataSourceConnectionSource is an implementation of ConnectionSource
that obtains the Connection in the recommended JDBC manner based on
a DataSource . |
class |
DriverManagerConnectionSource
The DriverManagerConnectionSource is an implementation of ConnectionSource
that obtains the Connection in the traditional JDBC manner based on the
connection URL. |
class |
JNDIConnectionSource
The ConnectionSource that obtains a DataSource from a
JNDI provider and uses it to obtain a Connection . |
|
||||||||||
前 次 | フレームあり フレームなし |