DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_stmt_row_tell

Info Catalog (mysql.info.gz) mysql_stmt_row_seek (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_send_long_data
 
 22.2.7.24 `mysql_stmt_row_tell()'
 .................................
 
 `MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT *stmt)'
 
 Description
 ...........
 
 Returns the current position of the row cursor for the last
 `mysql_stmt_fetch()'. This value can be used as an argument to
 `mysql_stmt_row_seek()'.
 
 You should use `mysql_stmt_row_tell()' only after
 `mysql_stmt_store_result()'.
 
 This function was added in MySQL 4.1.1.
 
 Return Values
 .............
 
 The current offset of the row cursor.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_stmt_row_seek (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_send_long_data
automatically generated byinfo2html