116117118119120121122123124125126
if (! xa.isAutoCommit()) { } else if (isOkay) xa.commit(); else xa.rollback(); } _rs = new ResultSetImpl(this, queryContext.getResult()); return _rs;
196197198199200201202203204205206
if (! xa.isAutoCommit()) { } else if (isOkay) xa.commit(); else xa.rollback(); } return rowUpdateCount; }
143144145146147148149150151152153
if (xa != null) { if (log.isLoggable(Level.FINER)) log.finer("rollback " + this + " " + _xa); xa.rollback(); } } public java.sql.Statement createStatement() throws SQLException
355356357358359360361362363364365
} } finally { _count--; if (xa != null && xa.isAutoCommit()) xa.rollback(); } } // JDK 1.4 public void setURL(int foo, java.net.URL url)