Re: showing table and columns

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: showing table and columns
Дата
Msg-id 1033073390.1957.106.camel@inspiron.cramers
обсуждение исходный текст
Ответ на showing table and columns  (Mir Shafiqul Islam <mislam@mindspring.com>)
Список pgsql-jdbc
I'm inclined to tell you to read the jdbc api specs, and you should, but
the answer is DatabaseMetaData.getTables, etc.

Dave
On Thu, 2002-09-26 at 16:16, Mir Shafiqul Islam wrote:
> Is there a way to construct a SQL statement to retrieve all the tables
> and also columns information ?
>
> I know, using \d from psql shows the table and \d tablename will show
> the columns but that does not work from within jdbc.
>
> Thanks
> Mir
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>




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

Предыдущее
От: Daniel Serodio
Дата:
Сообщение: Re: showing table and columns
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Is the JDBC driver i18n compatible?