取得返回资料的一列 (row)。
语法: int OCIFetch(int statement);
返回值: 整数
函数种类: 数据库功能
本函数用来取得一列非空的资料。参数 statement 为解析过的代码。返回值 true 表示成功取回一列,false 表示本列是空的或发生其它错误。