Re: Custom types and JDBC - Mailing list pgsql-general

From Dave Cramer
Subject Re: Custom types and JDBC
Date
Msg-id BANLkTi=dRQw7c-2B0Yx4AZMdz-KLjO+oVQ@mail.gmail.com
Whole thread Raw
In response to Custom types and JDBC  (mephysto <gennaria@email.it>)
Responses Re: Custom types and JDBC  (mephysto <gennaria@email.it>)
List pgsql-general
Hi,

I'm not sure what you mean by without result set ? There is no real
way to get information back from the driver except using a result set.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca




On Wed, May 11, 2011 at 3:19 AM, mephysto <gennaria@email.it> wrote:
> Hi,
> I would use custom types in several stored functions and I would my sotred
> function return these custom types.
> I would launch stored functions and retrieve results by JDBC interface: is
> it possible to map postgres custom types to java objects without resultset
> use?
>
> Thanks in advance.
>
> Meph
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Custom-types-and-JDBC-tp4386655p4386655.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: full text search to_tsquery performance with ispell dictionary
Next
From: mephysto
Date:
Subject: Re: Custom types and JDBC