DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-stmt-num-rows

Info Catalog (mysql.info) mysql-stmt-insert-id (mysql.info) c-api-prepared-statement-functions (mysql.info) mysql-stmt-param-count
 
 22.2.7.17 `mysql_stmt_num_rows()'
 .................................
 
 `my_ulonglong mysql_stmt_num_rows(MYSQL_STMT *stmt)'
 
 *Description*
 
 Returns the number of rows in the result set.
 
 The use of `mysql_stmt_num_rows()' depends on whether you used
 `mysql_stmt_store_result()' to buffer the entire result set in the
 statement handle.
 
 If you use `mysql_stmt_store_result()', `mysql_stmt_num_rows()' may be
 called immediately.
 
 *Return Values*
 
 The number of rows in the result set.
 
 *Errors*
 
 None.
 
Info Catalog (mysql.info) mysql-stmt-insert-id (mysql.info) c-api-prepared-statement-functions (mysql.info) mysql-stmt-param-count
automatically generated byinfo2html