receiving user defined types from a function?

Поиск
Список
Период
Сортировка
От Dario Bahena
Тема receiving user defined types from a function?
Дата
Msg-id 4060CE01.9080800@bsantander.com.mx
обсуждение исходный текст
Ответы Re: receiving user defined types from a function?  (Kris Jurka <books@ejurka.com>)
Список pgsql-interfaces
hi ...

I've a postgresql function, that returns a user defined composite type, 
is it posible to catch it using the jdbc driver???, cause then I tried 
it and saw the class for the object, it gave me just the first member 
for my composite type.

Maybe I can return a refcursor which should be mapped to a ResultSet in 
java ... but my functions would look less natural, in fact, I've already 
changed them cause PostgreSQL doesn't support out parameters.

Thankx.

salu2
dario estepario ...




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

Предыдущее
От: "Preston A. Elder"
Дата:
Сообщение: Portable interfaces ...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PostgreSQL-Perl Interface installation