net.toften.jlips.persist.db
Class DBSimpleConnection
java.lang.Object
net.toften.jlips.persist.db.DBAbstractConnection
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBSimpleConnection
public DBSimpleConnection()
getConnection
public Connection getConnection()
throws SQLException
- Specified by:
getConnection
in interface DataSource
- Throws:
SQLException
- See Also:
DataSource.getConnection()