2010年7月13日

如何判断数据库中是否存在一个数据表

摘要: 方法是通过查询数据库meta数据来获取数据表。 public static Boolean doesTableExist(String tablename) { Connection con = null; HashSet set = new HashSet... 阅读全文

posted @ 2010-07-13 05:19 爱你一万年123 阅读(271) 评论(0) 推荐(0)

导航