mysql_stmt_data_seek — Seeks to an arbitrary row in statement result set
void mysql_stmt_data_seek(MYSQL_STMT * stmt,
my_ulonglong offset);
Seeks to an arbitrary row in statement result set obtained by a previous call to mysql_stmt_store_result
.