Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
check () | |
setDbo (JDatabaseMySQLi $db) | |
Fonctions membres publiques inherited from JDatabaseImporterMySQL | |
__construct () | |
asXml () | |
from ($from) | |
setDbo (JDatabaseMySQL $db) | |
withStructure ($setting=true) |
Additional Inherited Members | |
Fonctions membres protégées inherited from JDatabaseImporterMySQL | |
getAddColumnSQL ($table, SimpleXMLElement $field) | |
getAddKeySQL ($table, $keys) | |
getAlterTableSQL (SimpleXMLElement $structure) | |
getChangeColumnSQL ($table, SimpleXMLElement $field) | |
getColumnSQL (SimpleXMLElement $field) | |
getDropColumnSQL ($table, $name) | |
getDropKeySQL ($table, $name) | |
getDropPrimaryKeySQL ($table) | |
getKeyLookup ($keys) | |
getKeySQL ($columns) | |
getRealTableName ($table) | |
mergeStructure () | |
Attributs protégés inherited from JDatabaseImporterMySQL | |
$cache = array() | |
$db = null | |
$from = array() | |
$asFormat = 'xml' | |
$options = null |
JDatabaseImporterMySQLi::check | ( | ) |
Checks if all data and options are in order prior to exporting.
Exception | if an error is encountered. |
Réimplémentée à partir de JDatabaseImporterMySQL.
JDatabaseImporterMySQLi::setDbo | ( | JDatabaseMySQLi | $db | ) |
Sets the database connector to use for exporting structure and/or data from MySQL.
JDatabaseMySQLi | $db | The database connector. |
Références $db.