[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 Sql.sql_result()->master_res
- Description
-
The actual result.
- Variable
index
int Sql.sql_result()->index
- Description
-
If the result was an array, this is the current row.
|