Method Mysql.mysql()->Result()->low_seek()


Method low_seek

void low_seek(int row)

Description

Seek to the specified row.

Note

In Pike 8.0 and earlier this function was named seek(), but as it has a conflicting behavior vis-a-vis Sql.Result()->seek(), and was shadowed by a function that did use relative row addressing, it has been renamed in Pike 8.1.

See also

fetch_row(), seek()