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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » ULValue 类

 

IsNull 函数

检查ULValue 类对象是否为空。

语法
bool ULValue::IsNull()
返回值
  • 如果此对象是一个空ULValue 类对象,或者如果此对象引用了一个设置为 NULL 的游标字段,则返回 true。

  • 否则,返回 false。