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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere C API 参考 » sacapi.h

 

sqlany_fetch_next 函数

返回结果集的下一行。此函数首先前移行指针,然后读取新行的数据。

语法
sacapi_bool sqlany_fetch_next( a_sqlany_stmt * stmt )
参数
  • stmt    由 sqlany_execute 或 sqlany_execute_direct 执行的语句对象。

返回值

如果读取成功则为 1,读取失败时为 0。

另请参见