|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger.
Method Summary | |
Connection |
getConnection()
Get a connection |
Connection |
getConnection(String _url,
String _username,
String _password)
Get a defined connection |
Method Detail |
public Connection getConnection() throws Exception
Exception
- Description of Exceptionpublic Connection getConnection(String _url, String _username, String _password) throws Exception
_url
- Description of Parameter_username
- Description of Parameter_password
- Description of Parameter
Exception
- Description of Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |