MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT
*stmt)
説明
最後に実行された mysql_fetch()
で使用されたレコードカーソルの現在の位置を返します。この戻り値を、mysql_stmt_row_seek()
に引数として渡すことができます。
mysql_stmt_row_tell()
は、mysql_stmt_store_result()
の後でのみ使用できます。
戻り値
レコードカーソルの現在のオフセット。
エラー
ありません。
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.