Re: Out parameter support in PostgreSQL - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Out parameter support in PostgreSQL
Date
Msg-id Pine.BSO.4.56.0501042346010.8811@leary.csoft.net
Whole thread Raw
In response to Out parameter support in PostgreSQL  ("Mohammad Altaf" <altafmo@FusionTech.Com>)
List pgsql-jdbc

On Thu, 30 Dec 2004, Mohammad Altaf wrote:

>  Can anybody tell me if the JDBC Driver for postgreSQL 8.0 rc1 has the
> support for passing arrays as in/out parameters to the procedures or
> not???? Or if the postgreSQL supports passing arrays as in/out
> parameters or not. If anybody can give me the example, I'll be thankful.
>

The JDBC driver supports java.sql.Array to pass function parameters and
receive the results.  It does require a specific Array implementation and
is subject to the normal function limitation of not supporting output
parameters.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Calling a table in another database from plpgsql
Next
From: madhavi pasumarthy
Date:
Subject: unsubscribe