API17

Difference between revisions of "JDatabaseExporterMySQLi"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
 
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JDatabaseExporterMySQLi==
 
=={{JVer|11.1}} JDatabaseExporterMySQLi==
 
===Description===
 
===Description===
{{Description:JDatabaseExporterMySQLi}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDatabaseExporterMySQLi|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|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 65:
 
===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}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseExporterMySQLi|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDatabaseExporterMySQLi
 
category=JDatabaseExporterMySQLi
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 84: Line 80:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDatabaseExporterMySQLi]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:35, 24 March 2017

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]

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]


User contributed notes[edit]

Code Examples[edit]