Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions

From: Thor Michael Støre <thormichael(at)gmail(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions
Date: 2011-01-03 21:53:47
Message-ID: 1294091627.20897.5.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 2011-01-03 at 14:23 -0500, Kris Jurka wrote:
>
> 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.
>

I've checked it out, built it and have been playing around with it for a
while now, and I seem to be able to get all the information I need from
standard JDBC interfaces now. Thank you!

- thormick

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albretch Mueller 2011-01-03 22:55:03 making postgresql "source" its data feed from external csv file ...
Previous Message Kris Jurka 2011-01-03 19:23:00 Re: java.sql.DatabaseMetaData.getProcedures and overloaded functions