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

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

From
"I. TS"
Date:
Hi,

The question is that if I only know the name of database, how can I get all the
tables' name?  Using a function call?  Like get a columns's name.

Cheers.

Zhidian






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

From
Rene Pijlman
Date:
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@lab.applinet.nl>