10bet网址
MySQL 8.0 C API Developer Guide
Download this Manual

5.4.67 mysql_row_tell()

MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES *result)

Description

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

Usemysql_row_tell()only aftermysql_store_result(), not aftermysql_use_result().

Return Values

The current offset of the row cursor.

Errors

None.