Extracted from Pike v7.6 release 61 at 2005-12-30.
[Top]
Mysql
Mysql.mysql_result
Methods
create()
eof()
fetch_field()
fetch_fields()
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()