Re: Stored Functions

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Stored Functions
Дата
Msg-id 1062147108.1594.28.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Stored Functions  ("Yolanda Phillips" <yphillips@dlkconsulting.co.za>)
Список pgsql-jdbc
You need to call curval('sequencename') to get the last id

Dave
On Fri, 2003-08-29 at 04:29, Yolanda Phillips wrote:
> Good day,
>
> Thanks to Barry Lind's response, I am now able to successfully use stored
> functions with JDBC.
>
> However, I've searched the archives and the doc's, but unable to find a
> solution to the following:
>
> I'm wanting to do an insert, then if it was successfull the function should
> return the id. This id is using a sequence.nextval(). How do I return the
> new id?
>
> Help in the right direction will be appreciated.
>
>
> Sincerely,
>
>
> Yolanda Phillips
> Web Applications Developer
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
--
Dave Cramer <Dave@micro-automation.net>


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

Предыдущее
От: Anders Hermansen
Дата:
Сообщение: Re: Stored Functions
Следующее
От: Johann Uhrmann
Дата:
Сообщение: Re: Callbacks for NOTIFY