Class FOFDatabaseIteratorOracle
MySQLi database iterator.
- FOFDatabaseIterator implements Iterator
- FOFDatabaseIteratorPdo
- FOFDatabaseIteratorOracle
Package: FrameworkOnFramework\database
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Located at fof/database/iterator/oracle.php
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Located at fof/database/iterator/oracle.php
Methods summary
Methods inherited from FOFDatabaseIteratorPdo
count()
,
fetchObject()
,
freeResult()
Methods inherited from FOFDatabaseIterator
__construct()
,
__destruct()
,
current()
,
getIterator()
,
getTable()
,
key()
,
next()
,
rewind()
,
valid()