Re: JDBC changes for 7.2... some questions...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: JDBC changes for 7.2... some questions...
Дата
Msg-id Pine.LNX.4.30.0108242138580.677-100000@peter.localdomain
обсуждение исходный текст
Ответ на JDBC changes for 7.2... some questions...  (Ned Wolpert <ned.wolpert@knowledgenet.com>)
Ответы Re: JDBC changes for 7.2... some questions...
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Bug #428: Another security issue with the JDBC driver.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: New backend functions?