Re: table and column's comments

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: table and column's comments
Дата
Msg-id Pine.BSO.4.56.0410062346420.24194@leary.csoft.net
обсуждение исходный текст
Ответ на table and column's comments  ("Katalina Marcos" <kmarcos@mazda.com.co>)
Список pgsql-jdbc

On Wed, 6 Oct 2004, Katalina Marcos wrote:

> I want to ask you if I can retrieve table's comment and column's comments
> whit ResultSetMetaData in pgjdbc.

Not with ResultSetMetaData, but with DatabaseMetaData you can.
Both getTables and getColumns have REMARKS columns.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Katalina Marcos"
Дата:
Сообщение: Re: table and column's comments
Следующее
От: "Johann Robette"
Дата:
Сообщение: Problem with boolean type