$statement
$statement : object
Reference to the last query executed
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
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
prepare_execute(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 |