|
|||||||||
| Home >> All >> com >> klopotek >> utils >> [ log overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.klopotek.utils.log
Interface JDBCConnectionHandler

- All Known Implementing Classes:
- DefaultConnectionHandler
- public interface JDBCConnectionHandler
This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger.
Author : Thomas Fenner
- Since:
- 1.0
| Method Summary | |
java.sql.Connection |
getConnection()
Get a connection |
java.sql.Connection |
getConnection(java.lang.String _url,
java.lang.String _username,
java.lang.String _password)
Get a defined connection |
| Method Detail |
getConnection
public java.sql.Connection getConnection()
- Get a connection
getConnection
public java.sql.Connection getConnection(java.lang.String _url, java.lang.String _username, java.lang.String _password)
- Get a defined connection
|
|||||||||
| Home >> All >> com >> klopotek >> utils >> [ log overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC