336337338339340341342343344345346
// commit, return connection to pool cw.commitAndDiscard(); } catch (SQLException e) { cw.rollbackAndDiscard(); throw e; } } /**