Class DbConnection

java.lang.Object
org.conical.common.bbl.db.DbConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class DbConnection extends Object implements Connection
An implementation of java.sql.Connection that adheres to the general contract for java Connection objects. For example, the user does not need to do anything more than call close() to release this connection. This was necessary to support the Connection API while continuing to use the DbConnection heritage class.
Author:
rdoherty