Re: Need help with JDBC driver. Problem, - getExportedKeys = Driver.notImplemented() exception - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: Need help with JDBC driver. Problem, - getExportedKeys = Driver.notImplemented() exception
Date
Msg-id 83n1ptkia2mshkgtghcd57tkp96mnleo91@4ax.com
Whole thread Raw
In response to Need help with JDBC driver. Problem, - getExportedKeys = Driver.notImplemented() exception  (Justin Clift <justin@postgresql.org>)
Responses Re: Need help with JDBC driver. Problem, - getExportedKeys
List pgsql-jdbc
On Sat, 01 Sep 2001 21:26:52 +1000, Justin Clift wrote:
>Does anyone know if we're planning on adding the Java
>class/function/method/whatever called getExportedKeys?
...
>In discussing this with Roger (the Product Manager of Innovative-IT who
>has created this program), he says  our JDBC driver gives a
>Driver.notImplemented() exception when trying to find out the RI info.
>(Email history detailed below).

He's right. The DatabaseMetaData.getExportedKeys() method is
simply not yet implemented, both in the jdb1 and the jdbc2
driver. Its open for development.

If someone can write the query on the system catalogs I'll be
glad to implement the Java code and a test case. The
documentation of the info we need is available on
http://java.sun.com/j2se/1.3/docs/api/java/sql/DatabaseMetaData.html
(look for getExportedKeys).

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Justin Clift
Date:
Subject: Need help with JDBC driver. Problem, - getExportedKeys = Driver.notImplemented() exception
Next
From: Rene Pijlman
Date:
Subject: Re: ? (question mark) characters