$statement
$statement : \PDOStatement
Reference to the last executed query
Firebird Database class
PDO-firebird isn't stable, so this is a wrapper of the fbird_ public functions.
$sql : \Query\Drivers\SQLInterface
Reference to sql class
$util : \Query\Drivers\AbstractUtil
Reference to util class
getSql() : \Query\Drivers\SQLInterface
Get the SQL class for the current driver
getUtil() : \Query\Drivers\AbstractUtil
Get the Util class for the current driver
prepareExecute(string $sql, array $args) : \Query\Drivers\Firebird\Result
Prepare and execute a query
string | $sql | |
array | $args |
query(string $sql = '') : \Query\Drivers\Firebird\Result
Wrapper public function to better match PDO
string | $sql |
prepare(string $query, array $options = array()) : \Query\Drivers\Firebird\Result
Emulate PDO prepare
string | $query | |
array | $options |