Re: postgresql-java (fwd)

From: Dave Smith <dave(at)candata(dot)com>
To: sergiy grigoriev <grygoriev(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql-java (fwd)
Date: 2000-08-22 12:25:03
Message-ID: 39A2711F.2C543DC7@candata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

sergiy grigoriev wrote:
>
> ---------- Forwarded message ----------
> Date: Mon, 21 Aug 2000 18:33:39 +0300 (EEST)
> From: sergiy grigoriev <serg(at)localhost(dot)localdomain>
> To: pgsql-questions(at)postgresql(dot)org
> Subject: postgresql-java (fwd)
>
> Hi !
> While developing a Java GUI front-end to Postgresql I've faced the
> next problem:
>
> I want my program to
> 1. list all the available tables in the database
> 2. Show the structure of the chosen table.
>
> 1.The first task is OK,it can easily be done by inspecting the PG_TABLES
> 2. Please tell me how can I determine the structure of the table
> (field names and types) using Postgres JDBC Driver in order to
> complete the second task.
>
> Thank you in advance for your reply.
>
>
You want to use the JDBC DatabaseMetaData class. In contains the the
methods getTables() and getColumns().
Refer to the JDBC API at
http://java.sun.com/products//jdk/1.2/docs/guide/jdbc/index.html
--
Dave Smith
Candata Systems Ltd.
(416) 493-9020
dave(at)candata(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2000-08-22 12:31:13 Re: LIKE gripes (and charset docs)
Previous Message Vince Vielhaber 2000-08-22 09:44:41 Re: How Do You Pronounce "PostgreSQL"?