| Author |
table Names
|
jb er
Greenhorn
Joined: May 02, 2003
Posts: 3
|
|
Hi, Iam new to db. So can some one tell me how I can get all the table names in a database. I need it to create a jtree. I know to get columns of a particulsr table using resultsetmetadata. Can someone help. J
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Try the following piece of code:
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: table Names
|
|
|