Documentation Home
MySQL 5.7 C API Developer Guide
Download this Manual
PDF (US Ltr) - 1.1Mb
PDF (A4) - 1.1Mb


6.4.25 mysql_stmt_row_tell()

MYSQL_ROW_OFFSETmysql_stmt_row_tell(MYSQL_STMT *stmt)

Description

Returns the current position of the row cursor for the lastmysql_stmt_fetch(). This value can be used as an argument tomysql_stmt_row_seek().

You should usemysql_stmt_row_tell() only aftermysql_stmt_store_result().

Return Values

The current offset of the row cursor.

Errors

None.