Invoking sql functions through jdbc

Поиск
Список
Период
Сортировка
От Ron Sofrin
Тема Invoking sql functions through jdbc
Дата
Msg-id 94qsgr$aac$1@news.tht.net
обсуждение исходный текст
Ответы Re: Invoking sql functions through jdbc  (Greg Speegle <Greg@10happythings.com>)
Список pgsql-interfaces
Hi all,

I am trying to invoke a postgres sql function though JDBC using the
CallableStatment object. I have build the driver with it's jdbc1.2 option.
However, I am getting the following exception "Callable statments are not
supported at this time"

Does any one have an idea if there is a work around it?

I have noticed that there is something called the Fastpath API. Is there any
way to get a result set (and not byte[]) out of it?

thanks

Ron




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

Предыдущее
От: Trurl McByte
Дата:
Сообщение: Unique ID of connection
Следующее
От: Greg Speegle
Дата:
Сообщение: Re: Invoking sql functions through jdbc