Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JDatabaseImporterMysql
+ Graphe d'héritage de JDatabaseImporterMysql:

Fonctions membres publiques

 check ()
 
- Fonctions membres publiques hérités de JDatabaseImporterMysqli
 check ()
 
- Fonctions membres publiques hérités de JDatabaseImporter
 __construct ()
 
 asXml ()
 
 check ()
 
 from ($from)
 
 mergeStructure ()
 
 setDbo (JDatabaseDriver $db)
 
 withStructure ($setting=true)
 

Membres hérités additionnels

- Fonctions membres protégées hérités de JDatabaseImporterMysqli
 xmlToCreate (SimpleXMLElement $table)
 
 getAddColumnSql ($table, SimpleXMLElement $field)
 
 getAddKeySql ($table, $keys)
 
 getAlterTableSql (SimpleXMLElement $structure)
 
 getChangeColumnSql ($table, SimpleXMLElement $field)
 
 getColumnSql (SimpleXMLElement $field)
 
 getDropKeySql ($table, $name)
 
 getDropPrimaryKeySql ($table)
 
 getKeyLookup ($keys)
 
 getKeySql ($columns)
 
- Fonctions membres protégées hérités de JDatabaseImporter
 getDropColumnSql ($table, $name)
 
 getRealTableName ($table)
 
- Attributs protégés hérités de JDatabaseImporter
 $cache = array()
 
 $db = null
 
 $from = array()
 
 $asFormat = 'xml'
 
 $options = null
 

Description détaillée

MySQL import driver.

Depuis
1.7.0
Obsolète:
4.0 Use MySQLi or PDO MySQL instead

Documentation des fonctions membres

◆ check()

check ( )

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

Renvoie
JDatabaseImporterMysql Method supports chaining.
Depuis
1.7.0
Exceptions
Exceptionif an error is encountered.

La documentation de cette classe a été générée à partir du fichier suivant :