Re: Getting param names

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Getting param names
Date: 2005-11-10 20:34:10
Message-ID: D2BB0786-2747-444B-897D-4A67C0BFC6D7@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris,

What new out parameters are you referring to ?

Dave
On 10-Nov-05, at 11:20 AM, Kris Jurka wrote:

>
>
> On Thu, 10 Nov 2005, Srivats wrote:
>
>> Is there anyway of getting all the IN Parameters of a particular
>> Stored Procedure in JAVA.
>>
>
> As was suggested earlier, see DatabaseMetaData.getProcedureColumns:
>
> http://java.sun.com/j2se/1.5.0/docs/api/java/sql/
> DatabaseMetaData.html#getProcedureColumns(java.lang.String,%
> 20java.lang.String,%20java.lang.String,%20java.lang.String)
>
> Although the postgresql driver hasn't been updated to handle the
> new out parameters in 8.1.
>
> Kris Jurka
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-11-10 20:42:15 Re: Getting param names
Previous Message Tom Lane 2005-11-10 19:18:21 Re: getIndexInfo() not returning operator classes