看波总之前回复要这样调用
Db.execute(new ICallback() {Object call(Connection conn) throws SQLException {// 这里是你的存储过程代码,conn 用完无需关闭} });
为什么不做成 给一个参数Map然后直接 Db.execute("call proc(?,?)") 呢?