Available on php
new(link:Mysqli, ?query:String)
read onlyaffected_rows:Int
read onlyerrno:Int
read onlyerror:String
read onlyerror_list:NativeArray
read onlyfield_count:Int
read onlyinsert_id:Int
read onlynum_rows:Int
read onlyparam_count:Int
read onlysqlstate:String
attr_get(attr:Int):Int
attr_set(attr:Int, mode:Int):Bool
bind_param(types:String, var1:Ref<Dynamic>, args:Rest<Ref<Dynamic>>):Bool
bind_result(var1:Ref<Dynamic>, args:Rest<Ref<Dynamic>>):Bool
close():Bool
data_seek(offset:Int):Void
execute():Bool
fetch():Bool
free_result():Void
get_result():Mysqli_result
get_warnings(stmt:Mysqli_stmt):{}
prepare(query:String):Bool
reset():Bool
result_metadata():Mysqli_result
send_long_data(param_nr:Int, data:String):Bool
store_result():Bool