net.toften.jlips.persist.db
Class DBSimpleConnection

java.lang.Object
  extended by net.toften.jlips.persist.db.DBAbstractConnection
      extended by net.toften.jlips.persist.db.DBSimpleConnection
All Implemented Interfaces:
DataSource, DBConnectionHandler

public class DBSimpleConnection
extends DBAbstractConnection
implements DBConnectionHandler

This connection handler that will provide a simple wrapper to the standard driver provided by the database driver

Author:
thomas

Field Summary
 
Fields inherited from class net.toften.jlips.persist.db.DBAbstractConnection
connectionProperties
 
Constructor Summary
DBSimpleConnection()
           
 
Method Summary
 Connection getConnection()
           
 
Methods inherited from class net.toften.jlips.persist.db.DBAbstractConnection
getConnection, getConnectionProperties, getLoginTimeout, getLogWriter, releaseConnection, setConnectionProperties, setLoginTimeout, setLogWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.toften.jlips.persist.db.DBConnectionHandler
getConnectionProperties, releaseConnection, setConnectionProperties
 
Methods inherited from interface javax.sql.DataSource
getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

Constructor Detail

DBSimpleConnection

public DBSimpleConnection()
Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
Specified by:
getConnection in interface DataSource
Throws:
SQLException
See Also:
DataSource.getConnection()