「null indicator」を含む例文一覧(3)

  • If the objects are NULL, the error indicator is cleared.
    オブジェクトがNULLならば、エラーインジケータがクリアされます。 - Python
  • If the error indicator is not set, set all three variables to NULL.
    エラーインジケータが設定されていない場合は、三つすべての変数をNULLに設定します。 - Python
  • In general, when a function encounters an error, it sets an exception, discards any object references that it owns, and returns an error indicator -- usually NULL or -1.
    一般的な話として、ある関数が何らかのエラーに遭遇すると、関数は例外を送出して、関数内における参照の所有権を全て放棄し、エラー指標 (error indicator) -- 通常は NULL または -1を返します。 - Python

例文データの著作権について