Re: returning multiple values and ref cursors

Поиск
Список
Период
Сортировка
От Dennis
Тема Re: returning multiple values and ref cursors
Дата
Msg-id courier.4097B6B0.000029E2@wolverine.lercnetworks.com
обсуждение исходный текст
Ответ на returning multiple values and ref cursors  ("Dennis" <pg-user@calico-consulting.com>)
Список pgsql-sql
Dennis writes: 

> What are your thoughts on the best way to approach this? Break up the 
> stored proc into ten different stored procs that return ref cursors? 

I guess another question here is whether I can return a row type or record 
type with (integer, varchar, refcursor) and then make use of the refcursor 
from JDBC. I'm not the one doing the Java development on this project and 
its been a while since I've used JDBC. 

Tom, Bruce, I still owe you guys a test program that gives the error where 
it looks like the temp schema for the connection is getting destroyed before 
the  connection is closed. 

Dennis 



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

Предыдущее
От: Martin Knipper
Дата:
Сообщение: Re: Rank
Следующее
От: Richard Huxton
Дата:
Сообщение: Test - please ignore