JDBC compliance

Поиск
Список
Период
Сортировка
От Daniel Stern
Тема JDBC compliance
Дата
Msg-id A09BA456-7C51-11D6-BA42-00039376D0CA@swissonline.ch
обсуждение исходный текст
Ответы Re: JDBC compliance  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc
Hello

I'm using the current release of PostgreSQL 7.2.1 on Mac OS X 10.1.5.
I'd like to know
how I can get the metadata from a tables columns ( getColumns( catalog,
scheme, table,column ) ).

I tried getColumns( null, null, tableName, null ); because there is no
scheme-concept
within postgresql. Also I tried getColumns( catalog, null, tableName,
null ), but nothing
helps.

What's the problem. Is the current driver able to get all the required
meta data from
the database???

Thanks for help

Daniel Stern


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

Предыдущее
От: "Jessica P. Hekman"
Дата:
Сообщение: Re: implementing query timeout
Следующее
От: ebeard@lexmark.com
Дата:
Сообщение: Re: