Re: Support for DatabaseMetadata: getCatalogName, getTableName,

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

On Thu, 4 Jan 2007, Ken Johanson wrote:

> Kris Jurka wrote:
>>
>> 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?
>

Yes, there are also getBaseTableName and getBaseSchemaName methods
available.

http://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGResultSetMetaData.html

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-01-04 17:34:02 Re: ClassCastException DelegatingPreparedStatement
Previous Message Hakan Cunier 2007-01-04 17:22:06 AbstracJdbc2ResultSet getColumnIndex throws missing column when using with Hibernate