将任意查询结果ResultSet转化成List<Map>(三)

2014-11-24 11:59:52 · 作者: · 浏览: 181
类型的结果
* @throws SQLException
*/
@Override
public List query(String sqlquery) throws SQLException {
return this.query(sqlquery, 0);
}