haXe API Documentation
Back | Index
interface php.db.Connection
Available in php
function addValue(s : StringBuf, v : Dynamic) : Void
function close() : Void
function commit() : Void
function dbName() : String
function escape(s : String) : String
function lastInsertId() : Int
function quote(s : String) : String
function request(s : String) : ResultSet
function rollback() : Void
function startTransaction() : Void
Back | Index