Re: JDBC changes for 7.2... some questions... - Mailing list pgsql-jdbc

From Dave Harkness
Subject Re: JDBC changes for 7.2... some questions...
Date
Msg-id 5.0.2.1.2.20010824165213.00ac6998@mail.meconomy.com
Whole thread Raw
In response to Re: JDBC changes for 7.2... some questions...  (Rene Pijlman <rpijlman@wanadoo.nl>)
List pgsql-jdbc
At 03:02 PM 8/24/2001, Rene Pijlman wrote:
>Do they also wrap Connection? Since the last oid is associated
>with a client connection to the backend, it might be a solution
>to add a getLastOID() method to Connection.

PoolMan wraps Connection, Statement, PreparedStatement, CallableStatement
and ResultSet with their own "smart" versions. The wrappers do not provide
accessors to the underlying objects.

Note that I'm not using PoolMan. I evaluated it several months ago and
decided to just write a *very* simple ConnectionPool for the time being.

Dave Harkness


pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: JDBC changes for 7.2... some questions...
Next
From: Bruce Momjian
Date:
Subject: CVS compile problem