For the complete documentation index, see llms.txt. This page is also available as Markdown.

mysql_stmt_row_seek

mysql_stmt_row_seek positions the row cursor to an arbitrary row in a buffered prepared statement result set, returning the previous cursor offset for later restoration.

Syntax

MYSQL_ROW_OFFSET mysql_stmt_row_seek(MYSQL_STMT * stmt,
     MYSQL_ROW_OFFSET offset);

Parameters

Description

Positions the row cursor to an arbitrary row in a result set which was obtained by mysql_stmt_store_result().

Return Value

Returns the previous row offset.

The result set must be obtained by mysql_use_result().

See Also

spinner

Last updated

Was this helpful?