@Override
 public int getTransactionIsolation() throws SQLException {
   return delegate.getTransactionIsolation();
 }