Class JDatabaseExporterMysqli

Description

MySQLi export driver.

  • since: 11.1

Located in /libraries/joomla/database/exporter/mysqli.php (line 19)

JDatabaseExporter
   |
   --JDatabaseExporterMysqli
Direct descendents
Class Description
 class JDatabaseExporterMysql MySQL export driver.
Method Summary
Variables
Methods
buildXml (line 29)

Builds the XML data for the tables to export.

  • return: An XML string
  • since: 11.1
  • throws: Exception if an error occurs.
  • access: protected
string buildXml ()

Redefinition of:
JDatabaseExporter::buildXml()
Builds the XML data for the tables to export.
buildXmlStructure (line 53)

Builds the XML structure to export.

  • return: An array of XML lines (strings).
  • since: 11.1
  • throws: Exception if an error occurs.
  • access: protected
array buildXmlStructure ()

Redefinition of:
JDatabaseExporter::buildXmlStructure()
Builds the XML structure to export.
check (line 97)

Checks if all data and options are in order prior to exporting.

  • return: Method supports chaining.
  • since: 11.1
  • throws: Exception if an error is encountered.
  • access: public

Redefinition of:
JDatabaseExporter::check()
Checks if all data and options are in order prior to exporting.

Redefined in descendants as:

Inherited Methods

Inherited From JDatabaseExporter

 JDatabaseExporter::__construct()
 JDatabaseExporter::asXml()
 JDatabaseExporter::buildXml()
 JDatabaseExporter::buildXmlStructure()
 JDatabaseExporter::check()
 JDatabaseExporter::from()
 JDatabaseExporter::getGenericTableName()
 JDatabaseExporter::setDbo()
 JDatabaseExporter::withStructure()
 JDatabaseExporter::__toString()

Documentation generated on Tue, 19 Nov 2013 15:09:13 +0100 by phpDocumentor 1.4.3