JDBC - Call stored function that returns user defined type

Поиск
Список
Период
Сортировка
От
Тема JDBC - Call stored function that returns user defined type
Дата
Msg-id 71AF69113F86450DB0BDBC6B511F50E3@nc05072019
обсуждение исходный текст
Ответ на PostgreSQL 8.3.4 Solaris x86 compilation issues  ("Dot Yet" <dot.yet@gmail.com>)
Список pgsql-general
I am looking for info on how to call a stored function that returns a user defined type.
 
Assume I have a type defined as:
    CREATE TYPE XYType AS (x int4, y int4);
 
and I use CYType in a function such as this:
    CREATE  FUNCTION test(IN z int4, OUT xy XYType, OUT status character) RETURNS RECORD AS $BODY$.....
 
I found info on how to formulate a CallableStatement, but no info on how to process the results from the call? Or does Postgres JDBC support this type of calls?
 
Any help is greatly appreciated.
 
Regards,
CYW
 
 
 
 
 

       

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

Предыдущее
От: "mike stanton"
Дата:
Сообщение: Order by with spaces and other characters
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: How to get user list and privileges?