@Override
 public void setReadOnly(boolean readOnly) throws SQLException {
   delegate.setReadOnly(readOnly);
 }