Re: JDBC 4 Compliance - Mailing list pgsql-jdbc

From Kevin Wooten
Subject Re: JDBC 4 Compliance
Date
Msg-id 08116D2F-71BD-41A0-B34C-EEBCEB6027B6@me.com
Whole thread Raw
In response to Re: JDBC 4 Compliance  ("REBruchs" <REBruchs@cfl.rr.com>)
Responses Re: JDBC 4 Compliance  ("REBruchs" <REBruchs@cfl.rr.com>)
List pgsql-jdbc
Yes. You are referencing the Java 7 documentation which, as I referenced previously, is JDBC 4.1; the mainstream driver
doesnot currently only covers JDBC 4. 

If you look at the same Java 6 docs (http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html), which is
JDBC4, you'll see that there is no 24th column. 


On Jun 22, 2013, at 1:50 PM, REBruchs <REBruchs@cfl.rr.com> wrote:

> Please see the Oracle JAVA SE API documentation at
> http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html
>
> Refer to method getColumns(), column 24 IS_GENERATEDCOLUMN
>
> Thanks for looking into this.
>
> -----Original Message-----
> From: Kevin Wooten [mailto:kdubb@me.com]
> Sent: Saturday, June 22, 2013 2:13 PM
> To: dmp
> Cc: REBruchs; PostgreSQL JDBC
> Subject: Re: [JDBC] JDBC 4 Compliance
>
> 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
> <https://github.com/kdubb/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
>
>
>
>
>
>
> --
> 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: "REBruchs"
Date:
Subject: Re: JDBC 4 Compliance
Next
From: Kevin Wooten
Date:
Subject: Re: JDBC 4 Compliance