Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Sql
Sql.sql_result

Class Sql.sql_result

Description

Implements the generic result of the SQL-interface. Used for return results from SQL.sql->big_query().


Variable master_res

object|array master_res

Description

The actual result.


Variable index

int index

Description

This is the number of the current row. (0 <= index < num_rows() )