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
* @package Joomla.Platform
* Checks if all data and options are in order prior to exporting.
* @return JDatabaseImporterMysql Method supports chaining.
* @throws Exception if an error is encountered.
// Check if the db connector has been set.
throw
new Exception('JPLATFORM_ERROR_DATABASE_CONNECTOR_WRONG_TYPE');
// Check if the tables have been specified.
throw
new Exception('JPLATFORM_ERROR_NO_TABLES_SPECIFIED');
Documentation generated on Tue, 19 Nov 2013 15:09:06 +0100 by phpDocumentor 1.4.3