MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT
*stmt)
Description
Returns the current position of the row cursor for the last
mysql_stmt_fetch()
. This value can be used
as an argument to mysql_stmt_row_seek()
.
You should use mysql_stmt_row_tell()
only
after mysql_stmt_store_result()
.
This function was added in MySQL 4.1.1.
Return Values
The current offset of the row cursor.
Errors
None.
Ésta es una traducción del manual de referencia de MySQL, que puede encontrarse en dev.mysql.com. El manual de referencia original de MySQL está escrito en inglés, y esta traducción no necesariamente está tan actualizada como la versión original. Para cualquier sugerencia sobre la traducción y para señalar errores de cualquier tipo, no dude en dirigirse a mysql-es@vespito.com.