Re: Support for DatabaseMetadata: getCatalogName, getTableName,

Поиск
Список
Период
Сортировка
От Ken Johanson
Тема Re: Support for DatabaseMetadata: getCatalogName, getTableName,
Дата
Msg-id 459D3F3E.5040006@kensystem.com
обсуждение исходный текст
Ответ на Re: Support for DatabaseMetadata: getCatalogName, getTableName,  (Kris Jurka <books@ejurka.com>)
Ответы Re: Support for DatabaseMetadata: getCatalogName, getTableName,  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: "Hakan Cunier"
Дата:
Сообщение: AbstracJdbc2ResultSet getColumnIndex throws missing column when using with Hibernate
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Driver Bug