Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回结果集的下一行。此函数首先前移行指针,然后读取新行的数据。
sacapi_bool sqlany_fetch_next( a_sqlany_stmt * stmt )
stmt 由 sqlany_execute 或 sqlany_execute_direct 执行的语句对象。
如果读取成功则为 1,读取失败时为 0。