DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_stmt_row_seek

Info Catalog (mysql.info.gz) mysql_stmt_result_metadata (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_row_tell
 
 22.2.7.23 `mysql_stmt_row_seek()'
 .................................
 
 `MYSQL_ROW_OFFSET mysql_stmt_row_seek(MYSQL_STMT *stmt,
 MYSQL_ROW_OFFSET offset)'
 
 Description
 ...........
 
 Sets the row cursor to an arbitrary row in a statement result set.  The
 `offset' value is a row offset that should be a value returned from
 `mysql_stmt_row_tell()' or from `mysql_stmt_row_seek()'.  This value is
 not a row number; if you want to seek to a row within a result set by
 number, use `mysql_stmt_data_seek()' instead.
 
 This function requires that the result set structure contains the entire
 result of the query, so `mysql_stmt_row_seek()' may be used only in
 conjunction with `mysql_stmt_store_result()'.
 
 This function was added in MySQL 4.1.1.
 
 Return Values
 .............
 
 The previous value of the row cursor.  This value may be passed to a
 subsequent call to `mysql_stmt_row_seek()'.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_stmt_result_metadata (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_row_tell
automatically generated byinfo2html