コード例 #1
0
  public SQLWarning getWarnings() throws SQLException {
    checkOpen();

    return messages.getWarnings();
  }