Query/drivers/pdo_firebird/pdo_firebird_sql.php

25 lines
572 B
PHP

<?php
/**
* Query
*
* Free Query Builder / Database Abstraction Layer
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
// --------------------------------------------------------------------------
require_once realpath(__DIR__ . '/../firebird/firebird_sql.php');
/**
* Firebird Specific SQL
*
* @package Query
* @subpackage Drivers
*/
class PDO_Firebird_SQL extends Firebird_SQL {}
//End of pdo_firebird_sql.php