Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions
Date
Msg-id alpine.BSO.2.00.1101031421480.19191@leary.csoft.net
Whole thread Raw
In response to Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions  (Thor Michael Støre <thormichael@gmail.com>)
Responses Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions
List pgsql-jdbc

On Sun, 2 Jan 2011, Thor Michael St?re wrote:

> Also, I see SPECIFIC_NAME was added to JDBC 4, so I imagine that to
> correctly add it one would override getProcedures and
> getProcedureColumns in
> org.postgresql.jdbc4.AbstractJdbc4DatabaseMetaData and have them return
> the additional column(s). I took a look at the code and it seem straight
> forward enough for getProcedures, but getProcedureColumns has six other
> new columns as well and seems a bit hairier so I'm not sure if should
> throw myself over adding this.
>

I've checked in a fix for this to CVS so that getProcedures and
getProcedureColumns have all of the columns defined in JDBC4 including
SPECIFIC_NAME.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Thor Michael Støre
Date:
Subject: Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions
Next
From: Thor Michael Støre
Date:
Subject: Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions