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

From Peter Eisentraut
Subject Re: JDBC changes for 7.2... some questions...
Date
Msg-id Pine.LNX.4.30.0108242138580.677-100000@peter.localdomain
Whole thread Raw
In response to JDBC changes for 7.2... some questions...  (Ned Wolpert <ned.wolpert@knowledgenet.com>)
Responses Re: JDBC changes for 7.2... some questions...
List pgsql-jdbc
Ned Wolpert writes:

>   Now, I understand that in the Statement class, we have getInsertedOID() in the
> table.  However, the problem we run into is that this isn't accessiable if we
> use something like poolman to provide database pooling of connections.  (You
> get the poolMan Statement object which is wraps the Statement classes of the
> driver.)

I think no one has asked yet *why* it isn't "accessible".

Maybe the getInsertedOID function needs to be moved to some other class?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Bug #428: Another security issue with the JDBC driver.
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: New backend functions?