Re: Column info without executing query - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Column info without executing query
Date
Msg-id e9q69e$3vc$1@sea.gmane.org
Whole thread Raw
In response to Re: Column info without executing query  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
List 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 by date:

Previous
From: Volkan YAZICI
Date:
Subject: Re: Column info without executing query
Next
From: "Shoaib Mir"
Date:
Subject: Re: question for JAVA developer who r using postgres sql as backend