Current Directory: /home/astoriaah/www/old15/libraries/joomla/database/iterator
Viewing File: /home/astoriaah/www/old15/libraries/joomla/database/iterator/oracle.php
<?php
/**
* @package Joomla.Platform
* @subpackage Database
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
/**
* Oracle database iterator.
*
* @since 12.1
*/
class JDatabaseIteratorOracle extends JDatabaseIteratorPdo
{
}