|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCConnectionHandler | |
org.apache.log4j.jdbcplus | JDBCAppender implementation to log into a database |
org.apache.log4j.jdbcplus.examples | JDBCAppender examples |
Uses of JDBCConnectionHandler in org.apache.log4j.jdbcplus |
Subinterfaces of JDBCConnectionHandler in org.apache.log4j.jdbcplus | |
interface |
JDBCPoolConnectionHandler
This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger. |
Classes in org.apache.log4j.jdbcplus that implement JDBCConnectionHandler | |
class |
JDBCDefaultConnectionHandler
This is a default JDBCConnectionHandler used by JDBCAppender |
Methods in org.apache.log4j.jdbcplus that return JDBCConnectionHandler | |
JDBCConnectionHandler |
JDBCAppender.getConnectionHandler()
Gets the ConnectionHandler attribute of the JDBCAppender object |
Methods in org.apache.log4j.jdbcplus with parameters of type JDBCConnectionHandler | |
void |
JDBCAppender.setConnectionHandler(JDBCConnectionHandler connectionHandler)
Specify your own JDBCConnectionHandler / JDBCPoolConnectionHandler for connecting to the database. |
Uses of JDBCConnectionHandler in org.apache.log4j.jdbcplus.examples |
Classes in org.apache.log4j.jdbcplus.examples that implement JDBCConnectionHandler | |
class |
DbcpPoolConnectionHandler
Implement a sample JDBCConnectionHandler using a Jakarta commons-dbcp connection pool |
class |
FirebirdPoolConnectionHandler
Custom JDBCPoolConnectionHandler to handle connection management for a Firebird database |
class |
MySqlConnectionHandler
Implement a sample JDBCConnectionHandler for MySQL database |
class |
OracleConnectionHandler
Implement a sample JDBCConnectionHandler for Oracle database |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |