Re: how can I get all the tables' name by one function call?

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: "I(dot) TS" <its(at)cs(dot)nmsu(dot)edu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: how can I get all the tables' name by one function call?
Date: 2001-10-14 16:53:45
Message-ID: 5mgjst006ko7sssk6lrc20agmmgaqce8mg@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 13 Oct 2001 17:43:48 -0600, you wrote:
>The question is that if I only know the name of database,
>how can I get all the tables' name?

java.sql.DatabaseMetaData.getTables()

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter T Mount 2001-10-15 13:12:56 Re: JDBC question: Which class is returned?
Previous Message I. TS 2001-10-13 23:43:48 how can I get all the tables' name by one function call?