HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact
View source

class Mysqli_stmt

package php.db

@:native("Mysqli_stmt")

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

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe