Class Sql.sql_array_result

Inheritance graph
__builtin.Sql.Result Sql.sql_array_result
Description

Wrapper for an array(mapping(string:mixed)) that emulates a Result object.


Inherit Result

inherit __builtin.Sql.Result : Result


Method create

Sql.sql_array_result Sql.sql_array_result(array res)

Parameter res

array(mapping(string:mixed)) with one entry per result row.