5556575859606162636465
QueryPos qpos = QueryPos.getInstance(query); for (Object item: params) { qpos.add(item); } log.debug(sql + "\n" + params); query.executeUpdate(); } catch (Exception e) { throw new DBException(e); } finally { closeConnection(dbConnection); }