package php.db
Available on php
staticescapeString(value:String):Stringstaticversion():NativeArraynew(filename:String, ?flags:Int, ?encryption_key:String)busyTimeout(msecs:Int):Boolchanges():Intclose():BoolcreateAggregate(name:String, step_callback:Function, final_callback:Function, argument_count:Int = -1):BoolcreateCollation(name:String, callback:Function):BoolcreateFunction(name:String, callback:Function, argument_count:Int = -1):BoolenableExceptions(enableExceptions:Bool = false):Boolexec(query:String):BoollastErrorCode():IntlastErrorMsg():StringlastInsertRowID():IntloadExtension(shared_library:String):Boolopen(filename:String, ?flags:Int, ?encryption_key:String):Voidprepare(query:String):SQLite3Stmtquery(query:String):EitherType<Bool, SQLite3Result>querySingle(query:String, entire_row:Bool = false):Dynamic
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/php/db/SQLite3.html