Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将结果集中的当前行移动到指定的行编号处,然后读取该行的数据。
public sacapi_bool sqlany_fetch_absolute( a_sqlany_stmt * sqlany_stmt, sacapi_i32 row_num )
sqlany_stmt 由 sqlany_execute() 或 sqlany_execute_direct() 执行的语句对象。
row_num 要读取的行编号。第一行为 1,最后一行为 -1。
如果读取成功则为 1,读取失败时为 0。