Re: JDBC 4 Compliance

From: dmp <danap(at)ttc-cmc(dot)net>
To: REBruchs <REBruchs(at)cfl(dot)rr(dot)com>, PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC 4 Compliance
Date: 2013-06-22 16:49:39
Message-ID: 51C5D5A3.8060709@ttc-cmc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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)
>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Wooten 2013-06-22 18:13:12 Re: JDBC 4 Compliance
Previous Message REBruchs 2013-06-22 07:54:30 JDBC 4 Compliance