Re: JDBC 4 Compliance - Mailing list pgsql-jdbc

From Kevin Wooten
Subject Re: JDBC 4 Compliance
Date
Msg-id 08220F39-CDA1-4B7C-A286-E83AA83B5D18@me.com
Whole thread Raw
In response to Re: JDBC 4 Compliance  (dmp <danap@ttc-cmc.net>)
Responses Re: JDBC 4 Compliance
List pgsql-jdbc
This column is defined in JDBC 4.1 which is not supported by the driver.

It is supported in my separate implementation of the driver. pgjdbc-ng

On Jun 22, 2013, at 9:49 AM, dmp <danap@ttc-cmc.net> wrote:

It does not appear that method in the Java Docs defines such a
column, IS_GENERATEDCOLUMN, to be returned. The code also does
not indicated any such column. IS_AUTOINCREMENT maybe? Can you
please clarify?

danap.

REBruchs wrote:
The 9.2-1002 JDBC 4 driver version does not appear to provide the
IS_GENERATEDCOLUMN column in the ResultSet returned by

ResultSet DatabaseMetaData.getColumns(String catalog,
                   String schemaPattern,
                   String tableNamePattern,
                   String columnNamePattern)





--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: Re: JDBC 4 Compliance
Next
From: "REBruchs"
Date:
Subject: Re: JDBC 4 Compliance