Re: receiving user defined types from a function?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dario Bahena Tapia <dario(at)ciencias(dot)unam(dot)mx>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: receiving user defined types from a function?
Date: 2004-03-26 21:31:34
Message-ID: Pine.BSO.4.56.0403261629490.3597@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, 23 Mar 2004, Dario Bahena wrote:

> 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.
>

Instead of using a CallableStatement to call a function returning a
complex type the recommended method is to use a regular Statement or
PreparedStatement and simply call the function in a select such as:

SELECT * FROM mycomplexfunction('a',12);

Kris Jurka

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Eisentraut 2004-03-26 21:46:50 Re: PostgreSQL-Perl Interface installation
Previous Message Jürgen Cappel 2004-03-26 12:26:28 ECPG segfault