Re: getGeneratedKeys()

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: getGeneratedKeys()
Дата
Msg-id 1112315611.30190.22.camel@jd2.commandprompt.com
обсуждение исходный текст
Ответ на getGeneratedKeys()  (Jamie Deppeler <jamie@doitonce.net.au>)
Список pgsql-general
On Fri, 2005-04-01 at 10:05 +1000, Jamie Deppeler wrote:
> Hi to all,
>
> I have one problem with PostgreSQL and Java. I have a table with Primary
> key(serial) field, but after I insert a record i am unable to retrieve
> this value.  I have tried getGeneratedKeys() and i get nothing returned.

I am not a Java programmer but normally I would use select currval
('sequencename');


>
> There is another method to retrieve this field?
>
> thanks
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
--
Command Prompt, Inc., Your PostgreSQL solutions company. 503-667-4564
Custom programming, 24x7 support, managed services, and hosting
Open Source Authors: plPHP, pgManage, Co-Authors: plPerlNG
Reliable replication, Mammoth Replicator - http://www.commandprompt.com/


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

Предыдущее
От: Jamie Deppeler
Дата:
Сообщение: getGeneratedKeys()
Следующее
От: Andrew Chambers
Дата:
Сообщение: your thoughts on a crazy idea please