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_resultor- sql_object_result.
- Inherit
Result
 
- inherit __builtin.Sql.Result : Result
- Variable
master_res
 
- array|- __builtin.Sql.ResultSql.sql_result.master_res
- Description
- The actual result.