Re: table and column's comments

Поиск
Список
Период
Сортировка
От Katalina Marcos
Тема Re: table and column's comments
Дата
Msg-id 000001c4ac73$323e3290$770210ac@kmarcos
обсуждение исходный текст
Ответ на table and column's comments  ("Katalina Marcos" <kmarcos@mazda.com.co>)
Список pgsql-jdbc
Thanks a lot!
Kata

-----Mensaje original-----
De: Kris Jurka [mailto:books@ejurka.com]
Enviado el: miércoles, 06 de octubre de 2004 23:51
Para: Katalina Marcos
CC: pgsql-jdbc@postgresql.org
Asunto: Re: [JDBC] table and column's comments



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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Avoiding explicit addDataType calls for PostGIS
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: table and column's comments