A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Databases
»
JDBC
Author
names and properties of tables in database using jdbc
bryan lim
Ranch Hand
Joined: Dec 26, 2008
Posts: 140
posted
May 10, 2010 04:50:24
0
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
posted
May 10, 2010 05:02:45
0
That's what
java.sql.DatabaseMetaData
provides. You can get an instance from the Connection object.
Android apps
–
ImageJ plugins
–
Java 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 :(
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter