368369370371372373374375376377378
ps.execute(); } ps.commit(); } catch (Exception e) { ps.rollback(); throw e; } finally { ps.releasePreparedStatement(); ps.endTransaction(); }
447448449450451452453454455456457