public void clearWarnings() throws SQLException {
    checkOpen();

    messages.clearWarnings();
  }