| Non-pooled connection implementation.
This class will ask a new conneciton to the database on every
getConnection() class. Uses of this class include
systems where a connection pool is not permited or the
connections' life time is too short, not justifying to have
a connection pool.
author: Rafael Steil version: $Id: SimpleConnection.java,v 1.16 2007/09/12 23:54:21 rafaelsteil Exp $ |