//以下功能为:查询数据库用户中所有的表名
try
{
rs = stmt.executeQuery("select table_name,column_name from user_tab_columns where data_type <> /'DATE/' and DATA_TYPE <> /'BLOB/'"); rs = stmt.exec
//以下功能为:查询数据库用户中所有的表名
try
{
rs = stmt.executeQuery("select table_name,column_name from user_tab_columns where data_type <> /'DATE/' and DATA_TYPE <> /'BLOB/'"); rs = stmt.exec