3839404142434445464748
} public Proba processRow(ResultSet rs) throws SQLException { return new Proba( rs.getInt("id"), rs.getString("name"), DBUtilis.getInteger(rs, "number") ); }