测试返回行是否为空的。
语法: boolean OCIColumnIsNULL(int stmt, mixed column);
返回值: 布尔值
函数种类: 数据库功能
本函数用来测试返回的行 (column) 是否为空值 (NULL)。返回 true 表示为空值。