MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT
*stmt)
Descrição
Retorna a posição corrente do cursor de linha para o último
mysql_fetch()
. Este valor pode ser usado
como um argumento para
mysql_stmt_row_seek()
.
Você deve usar mysql_stmt_row_tell()
somente depois de
mysql_stmt_store_result()
.
Valor Retornado
O offset atual do cursor de linha.
Erros
Nenhum.
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.