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