package php.db
implements Traversable
Available on php
See also:
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>
fetch_object(class_name:String = "stdClass", ?params:NativeArray):{}
fetch_row():NativeIndexedArray<String>
field_seek(fieldnr:Int):Bool
free():Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/php/db/Mysqli_result.html