Re: Support for DatabaseMetadata: getCatalogName, getTableName, - Mailing list pgsql-jdbc

From Ken Johanson
Subject Re: Support for DatabaseMetadata: getCatalogName, getTableName,
Date
Msg-id 459D3F3E.5040006@kensystem.com
Whole thread Raw
In response to Re: Support for DatabaseMetadata: getCatalogName, getTableName,  (Kris Jurka <books@ejurka.com>)
Responses Re: Support for DatabaseMetadata: getCatalogName, getTableName,
List pgsql-jdbc
>>
>> 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
>

These will be in the java.sql.ResultSetMetaData interface's
implementation? Or would I need to obtain a PGResultSetMetaData (which
doesn't seem to extend RSMD; does a facade RSMD impl class wrap
PGResultSetMetaData?)?

My apologies for not being able to determine this on my own.



pgsql-jdbc by date:

Previous
From: "Hakan Cunier"
Date:
Subject: AbstracJdbc2ResultSet getColumnIndex throws missing column when using with Hibernate
Next
From: Kris Jurka
Date:
Subject: Re: Driver Bug