@Override
 public boolean getAutoCommit() throws SQLException {
   return delegate.getAutoCommit();
 }