GNU Info

Info Node: (mysql.info)mysql_data_seek

(mysql.info)mysql_data_seek


Next: mysql_debug Prev: mysql_create_db Up: C API functions
Enter node , (file) or (file)node

`mysql_data_seek()'
...................

`void mysql_data_seek(MYSQL_RES *result, unsigned long long offset)'

Description
...........

Seeks to an arbitrary row in a query result set.  This requires that the
result set structure contains the entire result of the query, so
`mysql_data_seek()' may be used in conjunction only with
`mysql_store_result()', not with `mysql_use_result()'.

The offset should be a value in the range from 0 to
`mysql_num_rows(result)-1'.

Return Values
.............

None.

Errors
......

None.


automatically generated by info2www version 1.2.2.9