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