Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - C/C++ プログラミング » API リファレンス » Ultra Light C++ API リファレンス » ULValue クラス

 

IsNull 関数

ULValue クラスオブジェクトが空であるかどうかをチェックします。

構文
bool ULValue::IsNull()
戻り値
  • オブジェクトが、空のULValue クラスオブジェクトであるか、NULL に設定されたカーソルのフィールドを参照している場合は、true。

  • それ以外の場合は、false。