Available on php
See also:
http://php.net/manual/en/class.mysqli-result.php
read onlycurrent_field:Int
read onlyfield_count:Int
read onlylengths:EitherType<Bool, NativeIndexedArray<Int>>
read onlynum_rows:Int
data_seek(offset:Int):Bool
fetch_all(?resulttype:Int):NativeArray
fetch_array(?resulttype:Int):NativeArray
fetch_assoc():NativeAssocArray<String>
fetch_field():MysqliFieldInfo
fetch_field_direct(fieldnr:Int):MysqliFieldInfo
fetch_fields():NativeIndexedArray<MysqliFieldInfo>
@:value({ class_name : "stdClass" })fetch_object(class_name:String = "stdClass", ?params:NativeArray):{}
fetch_row():NativeIndexedArray<String>
field_seek(fieldnr:Int):Bool
free():Void