$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\SQL_Interface
Reference to sql class
$util : \Query\Abstract_Util
Reference to util class
query(string $sql) : \Query\Drivers\Firebird\Result
Wrapper public function to better match PDO
string | $sql |
prepare(string $query, array $options) : \Query\Drivers\Firebird\Result
Emulate PDO prepare
string | $query | |
array | $options |
get_sql() : \Query\SQL_Interface
Get the SQL class for the current driver
get_util() : \Query\Abstract_Util
Get the Util class for the current driver