![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
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 | |
| check | ( | ) |
Checks if all data and options are in order prior to exporting.
| Exception | if an error is encountered. |