Extracted from Pike v7.8 release 352 at 2010-11-02.
[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()
Nettle
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()