my_ulonglong mysql_stmt_num_rows(MYSQL_STMT
*stmt)
説明
結果セットのレコード数を返します。
mysql_stmt_num_rows()
を使用するかどうかは、mysql_stmt_store_result()
を使用して結果セット全体をステートメントハンドルに格納したかどうかによって決まります。
mysql_stmt_store_result()
を使用する場合、すぐに
mysql_stmt_num_rows()
を呼び出すことができます。
戻り値
結果セットのレコード数。
エラー
ありません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.