Re: Column info without executing query

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Column info without executing query
Дата
Msg-id e9q69e$3vc$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: Column info without executing query  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Список pgsql-general
On 21.07.2006 11:12 Volkan YAZICI wrote:
> As Tom mentioned, there's support for this feature in the protocol
> level, but I don't know any API supports this yet.

I think if you run a query like the suggested one (or SELECT ... WHERE
1=2) the JDBC API will provide the necessary information via
ResultSetMetaData

Thomas

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

Предыдущее
От: Volkan YAZICI
Дата:
Сообщение: Re: Column info without executing query
Следующее
От: "Shoaib Mir"
Дата:
Сообщение: Re: question for JAVA developer who r using postgres sql as backend