Source for file mysql.php
Documentation is available at mysql.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* MySQL database iterator.
* @package Joomla.Platform
* @see http://dev.mysql.com/doc/
* Get the number of rows in the result set for the executed SQL given by the cursor.
* @return integer The number of rows in the result set.
* @see Countable::count()
* Method to fetch a row from the result set cursor as an object.
* @return mixed Either the next row from the result set or false if there are no more rows.
* Method to free up the memory used for the result set.
Documentation generated on Tue, 19 Nov 2013 15:09:12 +0100 by phpDocumentor 1.4.3