Re: Here's a fix to AbstractJdbc3Statement.getGeneratedKeys

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Here's a fix to AbstractJdbc3Statement.getGeneratedKeys
Дата
Msg-id Pine.BSO.4.64.0904242044450.16333@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Here's a fix to AbstractJdbc3Statement.getGeneratedKeys  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-jdbc

On Fri, 24 Apr 2009, Thomas Kellerer wrote:

> Kris Jurka wrote on 24.04.2009 19:20:
>> The problem is knowing what fields are autogenerated.
>
> Isn't that supposed to be passed when preparing the statement?
>
> <http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Connection.html#prepareStatement(java.lang.String,%20int[])>
>

Yes, but not always.  If it's provided as above, we use it.  If it's not
as below, we can't.

http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Connection.html#prepareStatement(java.lang.String,%20int)

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC problem with dates and ANYELEMENT type
Следующее
От: "Peter"
Дата:
Сообщение: Re: JDBC problem with dates and ANYELEMENT type