public SQLWarning getWarnings() throws SQLException {
    checkOpen();

    return messages.getWarnings();
  }