Firebird Database class

PDO-firebird isn't stable, so this is a wrapper of the fbird_ public functions.
package Query
subpackage Drivers

 Methods

Open the link to the database

__construct(string $dsn, string $username = 'SYSDBA', string $password = 'masterkey', array $options = array()

Parameters

$dsn

string

$username

string

$password

string

$options

array

Create sql for batch insert

insert_batch(string $table, array $data = array()) : string

Parameters

$table

string

$data

array

Returns

string

Empty a database table

truncate(string $table) 

Parameters

$table

string

 Properties

 

Reference to the last query executed

$statement : object

Default