Re: Support for DatabaseMetadata: getCatalogName, getTableName,

From: Ken Johanson <pg-user(at)kensystem(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: Kris Jurka <books(at)ejurka(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: Support for DatabaseMetadata: getCatalogName, getTableName,
Date: 2007-01-04 17:08:23
Message-ID: 459D3487.6080202@kensystem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
>
>
> On Fri, 29 Dec 2006, Dave Cramer wrote:
>
>> The backend does not provide us with this information, so it is not
>> trivial to implement( or even possible in some cases) .
>
> Actually we did implement it and then backed it out following the
> discussion starting here and moved it into PGResultSetMetaData methods
> like getBaseColumnName.
>
> http://archives.postgresql.org/pgsql-jdbc/2004-08/threads.php#00008
>

Also, does getTableName look like it will be feasible in near future?

I'm trying to decide how I should proceed on a project, and this is sort
of a limbo for me. If I can do anything to help with this (testing,
etc), please let me know.

Thank you,
ken

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hakan Cunier 2007-01-04 17:22:06 AbstracJdbc2ResultSet getColumnIndex throws missing column when using with Hibernate
Previous Message Arindam 2007-01-04 16:59:16 Re: Need jdbc source code