A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
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: 35258
7
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://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
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