Method Mysql.mysql()->Result()->low_seek()
- Method
low_seek
voidlow_seek(introw)- 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