DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_stmt_data_seek

Info Catalog (mysql.info.gz) mysql_stmt_close (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_errno
 
 22.2.7.7 `mysql_stmt_data_seek()'
 .................................
 
 `void mysql_stmt_data_seek(MYSQL_STMT *stmt, my_ulonglong offset)'
 
 Description
 ...........
 
 Seeks to an arbitrary row in a statement result set.  The `offset'
 value is a row number and should be in the range from `0' to
 `mysql_stmt_num_rows(stmt)-1'.
 
 This function requires that the statement result set structure contains
 the entire result of the last executed query, so
 `mysql_stmt_data_seek()' may be used only in conjunction with
 `mysql_stmt_store_result()'.
 
 This function was added in MySQL 4.1.1.
 
 Return Values
 .............
 
 None.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_stmt_close (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_errno
automatically generated byinfo2html