MySQL :: MySQL 8.4 C API Developer Guide :: 5.4.25 mysql_field_tell() (original) (raw)
5.4.25 mysql_field_tell()
MYSQL_FIELD_OFFSET
mysql_field_tell(MYSQL_RES *result)
Description
Returns the position of the field cursor used for the lastmysql_fetch_field(). This value can be used as an argument tomysql_field_seek().
Return Values
The current offset of the field cursor.
Errors
None.