@Override
 public SQLWarning getWarnings() throws SQLException {
   return delegate.getWarnings();
 }