Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
Mysql
Mysql.mysql_result
Methods
create()
eof()
fetch_field()
fetch_fields()
fetch_json_result()
fetch_row()
field_seek()
num_fields()
num_rows()
seek()
Mysql.mysql_result()->num_rows()
Mysql.client_info()
Method Mysql.mysql_result()->seek()
Method
seek
void
seek
(
int
rows
)
Description
Skip ahead
rows
rows.
Note
Can only seek forward.
See also
fetch_row()