Re: How do I capture the message from user defined function

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: How do I capture the message from user defined function
Дата
Msg-id Pine.LNX.4.33.0302030157340.9706-100000@leary.csoft.net
обсуждение исходный текст
Ответ на How do I capture the message from user defined function  ("etsuko shimabukuro" <etsukos@meta-bit.com>)
Ответы Re: How do I capture the message from user defined function
Список pgsql-jdbc
On Mon, 3 Feb 2003, etsuko shimabukuro wrote:
>
> I'm trying to get a message which has been raised within my user-defined
> function.
> The message is created by using "raise notice".  This message is not error
> so I'm using "notice" level.
>

Try using the getWarnings() method of the Connection object.

Kris Jurka




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

Предыдущее
От: "etsuko shimabukuro"
Дата:
Сообщение: How do I capture the message from user defined function
Следующее
От: "etsuko shimabukuro"
Дата:
Сообщение: Re: How do I capture the message from user defined function