494495496497498499500501502503504
log.log(Level.WARNING, e.toString(), e); } } } } finally { xa.commit(); } } /** * Rebuilds the indexes
548549550551552553554555556557558
log.log(Level.WARNING, e.toString(), e); } } } } finally { xa.commit(); } } private void writeTableHeader(WriteStream os) throws IOException
114115116117118119120121122123124
isOkay = true; } finally { if (! xa.isAutoCommit()) { } else if (isOkay) xa.commit(); else xa.rollback(); } _rs = new ResultSetImpl(this, queryContext.getResult());
194195196197198199200201202203204
isOkay = true; } finally { if (! xa.isAutoCommit()) { } else if (isOkay) xa.commit(); else xa.rollback(); } return rowUpdateCount;
130131132133134135136137138139140
Transaction xa = _xa; _xa = null; if (xa != null) xa.commit(); } public void rollback() throws SQLException {
186187188189190191192193194195196
if (! _isAutoCommit && autoCommit) { Transaction xa = _xa; _xa = null; if (xa != null) xa.commit(); } _isAutoCommit = autoCommit; }