Method Sql.sql_util.UnicodeWrapper()->fetch_fields()
- Method
fetch_fields
array(int|mapping(string:mixed)) fetch_fields()- Description
Returns Information about the fields in the result.
The following fields are converted from UTF8 if present:
"name":stringThe name of the field. Always present.
"table":stringThe table the field is from. Not present from all databases.
"default":stringThe default value for the column. Not available from all databases.