Re: Is getProcedureColumns working for pgjdbc2.jar?

From: Barry Lind <barry(at)xythos(dot)com>
To: Tim McAuley <mcauleyt(at)tcd(dot)ie>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Is getProcedureColumns working for pgjdbc2.jar?
Date: 2002-09-12 16:51:59
Message-ID: 3D80C62F.2040505@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Tim,

Looking at the source I see the following comment:

// for now, this returns an empty result set.

So the answer would be no, getProcedureColumns isn't really implemented
currently. Patches are welcome to fix this up.

thanks,
--Barry

Tim McAuley wrote:
> Hi,
>
> I am trying to use getProcedureColumns and don't seem to be getting any
> responses.
>
> Has anyone else tried to use this functionality and had problems?
> getProcedures seems to work fine.
>
> Setup:
> SDK 1.3.1_01 - Windows 2000
> PostgreSQL - 7.1.3 - Linux, Redhat 7.1 (maybe 7.2)
> Latest pgjdbc2.jar driver for JDBC 2.
>
> Tim
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-09-12 16:52:05 Re: Does the JDBC driver support XADataSource interface?
Previous Message Barry Lind 2002-09-12 16:51:53 What releases should the jdbc driver support? Was: Speedup patch for getTables() and getIndexInfo()