[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() )
|