292293294295296297298299300301302
statement2.setFloat(4, e.getValue()); statement2.executeUpdate(); } else { con.rollback(save1); con.setAutoCommit(true); throw new RatioOutOfBoundsException(index); } } } con.setAutoCommit(true); } catch (SQLException e1) {
342343344345346347348349350351352
statement2.setInt(4, index); statement2.executeUpdate(); } else { con.rollback(save1); con.setAutoCommit(true); throw new RatioOutOfBoundsException(index); } } } } con.setAutoCommit(true);