$sql
$sql : \Query\Driver\SQL_Interface
Reference to sql class
Firebird Database class
PDO-firebird isn't stable, so this is a wrapper of the fbird_ public functions.
$table : \Query\Table\Table_Builder
Reference to table_builder class
query(string $sql) : \Query\Driver\Firebird_Result
Wrapper public function to better match PDO
string | $sql |
prepare(string $query, array $options) : \Query\Driver\Firebird_Result
Emulate PDO prepare
string | $query | |
array | $options |
get_sql() : \Query\Driver\SQL\SQL_Interface
Get the SQL class for the current driver
get_util() : \Query\Driver\Util\Abstract_Util
Get the Util class for the current driver