Class Sql.sql_util.UnicodeWrapper

Inheritance graph
Description

Result object wrapper performing utf8 decoding of all fields.


Inherit Result

inherit Sql.Result : Result


Variable field_info

protected array(int|mapping(string:mixed)) Sql.sql_util.UnicodeWrapper.field_info

Description

Cached fetch_fields() result.


Variable master_result

protected object Sql.sql_util.UnicodeWrapper.master_result


Method create

Sql.sql_util.UnicodeWrapper Sql.sql_util.UnicodeWrapper(object master_result)