$statement
$statement : resource
Reference to fbird resource
Firebird result class to emulate PDOStatement Class - only implements data-fetching methods
$db : \Query\Driver\Firebird
Reference to the db drive to de-duplicate error functions
__construct(resource $link, \Query\Driver\Firebird|null $db) : void
Create the object by passing the resource for the query
resource | $link | |
\Query\Driver\Firebird|null | $db |
execute(array $args) : \Query\Driver\Firebird_Result
Run a prepared statement query
array | $args |