From: | Dave Harkness <daveh(at)MEconomy(dot)com> |
---|---|
To: | Rene Pijlman <rpijlman(at)wanadoo(dot)nl>, Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: JDBC changes for 7.2... some questions... |
Date: | 2001-08-24 23:57:11 |
Message-ID: | 5.0.2.1.2.20010824165213.00ac6998@mail.meconomy.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-08-25 00:22:43 | Re: DEBUG: output lines in initdb |
Previous Message | Tatsuo Ishii | 2001-08-24 23:27:18 | Re: Re: [PATCHES] encoding names |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-08-25 01:43:59 | CVS compile problem |
Previous Message | Ned Wolpert | 2001-08-24 22:23:43 | Re: JDBC changes for 7.2... some questions... |