Class Sql.sql_result
- Description
Implements the generic result base class of the SQL-interface. Used for return results from SQL.sql->big_query().
You typically don't get a direct clone of this class, but of a class that inherits it, like
sql_array_result
orsql_object_result
.
- Variable
index
int
Sql.sql_result.index- Description
This is the number of the current row. The actual semantics differs between different databases.