API17

Difference between revisions of "JDatabaseExporterMySQLi"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::__construct/11.1|__construct]]
+
|[[API17:JDatabaseExporterMySQLi::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::__toString/11.1|__toString]]
+
|[[API17:JDatabaseExporterMySQLi::__toString|__toString]]
 
|Magic function to exports the data to a string.  
 
|Magic function to exports the data to a string.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::asXml/11.1|asXml]]
+
|[[API17:JDatabaseExporterMySQLi::asXml|asXml]]
 
|Set the output option for the exporter to XML format.  
 
|Set the output option for the exporter to XML format.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::check/11.1|check]]
+
|[[API17:JDatabaseExporterMySQLi::check|check]]
 
|Checks if all data and options are in order prior to exporting.  
 
|Checks if all data and options are in order prior to exporting.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::from/11.1|from]]
+
|[[API17:JDatabaseExporterMySQLi::from|from]]
 
|Specifies a list of table names to export.  
 
|Specifies a list of table names to export.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::setDbo/11.1|setDbo]]
+
|[[API17:JDatabaseExporterMySQLi::setDbo|setDbo]]
 
|Sets the database connector to use for exporting structure and/or data from MySQL.  
 
|Sets the database connector to use for exporting structure and/or data from MySQL.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseExporterMySQLi::withStructure/11.1|withStructure]]
+
|[[API17:JDatabaseExporterMySQLi::withStructure|withStructure]]
 
|Sets an internal option to export the structure of the input table(s).  
 
|Sets an internal option to export the structure of the input table(s).  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDatabaseExporterMySQLi::buildXml/11.1|buildXml]]
+
|[[API17:JDatabaseExporterMySQLi::buildXml|buildXml]]
 
|Builds the XML data for the tables to export.  
 
|Builds the XML data for the tables to export.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDatabaseExporterMySQLi::buildXmlStructure/11.1|buildXmlStructure]]
+
|[[API17:JDatabaseExporterMySQLi::buildXmlStructure|buildXmlStructure]]
 
|Builds the XML structure to export.  
 
|Builds the XML structure to export.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDatabaseExporterMySQLi::getColumns/11.1|getColumns]]
+
|[[API17:JDatabaseExporterMySQLi::getColumns|getColumns]]
 
|Get the details list of columns for a table.  
 
|Get the details list of columns for a table.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDatabaseExporterMySQLi::getGenericTableName/11.1|getGenericTableName]]
+
|[[API17:JDatabaseExporterMySQLi::getGenericTableName|getGenericTableName]]
 
|Get the generic name of the table, converting the database prefix to the wildcard string.  
 
|Get the generic name of the table, converting the database prefix to the wildcard string.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDatabaseExporterMySQLi::getKeys/11.1|getKeys]]
+
|[[API17:JDatabaseExporterMySQLi::getKeys|getKeys]]
 
|Get the details list of keys for a table.  
 
|Get the details list of keys for a table.  
 
|-
 
|-
Line 67: Line 67:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDatabaseExporterMySQLi source code''' on [[jplatform:database/database/mysqliexporter.php|BitBucket]]
 
* {{JVer|11.1}} '''JDatabaseExporterMySQLi source code''' on [[jplatform:database/database/mysqliexporter.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JDatabaseExporterMySQLi|Other versions of JDatabaseExporterMySQLi]]
+
* [[API17:JDatabaseExporterMySQLi|Other versions of JDatabaseExporterMySQLi]]
 
{{SeeAlso:JDatabaseExporterMySQLi}}
 
{{SeeAlso:JDatabaseExporterMySQLi}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 84: Line 84:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDatabaseExporterMySQLi]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:04, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseExporterMySQLi[edit]

Description[edit]

Template:Description:JDatabaseExporterMySQLi [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public __toString Magic function to exports the data to a string.
public asXml Set the output option for the exporter to XML format.
public check Checks if all data and options are in order prior to exporting.
public from Specifies a list of table names to export.
public setDbo Sets the database connector to use for exporting structure and/or data from MySQL.
public withStructure Sets an internal option to export the structure of the input table(s).
protected buildXml Builds the XML data for the tables to export.
protected buildXmlStructure Builds the XML structure to export.
protected getColumns Get the details list of columns for a table.
protected getGenericTableName Get the generic name of the table, converting the database prefix to the wildcard string.
protected getKeys Get the details list of keys for a table.
  • Defined in libraries/joomla/database/database/mysqliexporter.php

Importing[edit]

jimport( 'joomla.database.database.mysqliexporter' );

See also[edit]

Template:SeeAlso:JDatabaseExporterMySQLi [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />