aspose file tools
The moose likes JDBC and the fly likes names and properties of tables in database using jdbc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "names and properties of tables in database using jdbc" Watch "names and properties of tables in database using jdbc" New topic
Author

names and properties of tables in database using jdbc

bryan lim
Ranch Hand

Joined: Dec 26, 2008
Posts: 140
Hi all,

How do I use jdbc to find out the properties of the available tables within a database?

Thanks,
bryan
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
That's what java.sql.DatabaseMetaData provides. You can get an instance from the Connection object.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: names and properties of tables in database using jdbc
 
Similar Threads
Hibernate
lading data from file into database
how to avoid special character in database?
Creating Pl/Sql Function from java
Url cannot be null error :(