取得受影响字段的数目。
语法: int OCINumRows(int statement);
返回值: 整数
函数种类: 数据库功能
本函数返回受 UPDATE 等指令影响的字段 (column) 数目,若使用 SELECT 等 SQL 指令则不会有影响。参数 statement 为解析过的代码。