Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.klopotek.utils.log
Interface JDBCConnectionHandler  view JDBCConnectionHandler download JDBCConnectionHandler.java

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