摘要: public static List resultSetToList(ResultSet rs) throws java.sql.SQLException { if (rs == null) return Collections.EMPTY_LIST; ResultSetMetaData md = rs.... 阅读全文
posted @ 2017-01-19 09:48 myJoan 阅读(272) 评论(0) 推荐(0) 编辑