@Override
 public boolean isValid(int timeout) throws SQLException {
   return delegate.isValid(timeout);
 }