Example #1
0
 public void releaseSavepoint(Savepoint savepoint) throws SQLException {
   conn.releaseSavepoint(savepoint);
 }