File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Getting all the Tables from schema Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Getting all the Tables from schema" Watch "Getting all the Tables from schema" New topic
Author

Getting all the Tables from schema

Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

Hi

I need an Mysql query to get all the table in a schema. from java application

Thanks


-Chiru
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
That's what the DatabaseMetaData class and its getTables method are for.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Getting all the Tables from schema
 
Similar Threads
Generating XML documents from schema for tests
what is XML schema
WA #1.....word association
To get all the Constraints from a particulat schema in derby database
adding id members to various classes