haXe API Documentation
Back | Index
extern class php.db.PDOClass
import php.db.PDO
Available in php
function beginTransaction() : Bool
function commit() : Bool
function errorCode() : Dynamic
function errorInfo() : php.NativeArray
function exec(statement : String) : Int
function getAttribute(attribute : Int) : Dynamic
function getAvailableDrivers() : php.NativeArray
function lastInsertId(?name : String) : String
function prepare(statement : String, driver_options : php.NativeArray) : PDOStatement
function query(statement : String, mode : Int) : PDOStatement
function quote(String : String, ?parameter_type : Int) : String
function rollBack() : Bool
function setAttribute(attribute : Int, value : Dynamic) : Bool
Back | Index