W3cubDocs

/Haxe PHP

Mysqli_stmt

package php.db

Available on php

Constructor

new(link:Mysqli, ?query:String)

Variables

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

Methods

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

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/php/db/Mysqli_stmt.html