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é
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JDatabaseImporterMySQLi
+ Graphe d'héritage de JDatabaseImporterMySQLi:
+ Graphe de collaboration de JDatabaseImporterMySQLi:

Liste de tous les membres

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

Documentation des fonctions membres

JDatabaseImporterMySQLi::check ( )

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

Renvoie:
JDatabaseImporterMySQLi Method supports chaining.
Depuis:
11.1
Exceptions:
Exceptionif 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.

Paramètres:
JDatabaseMySQLi$dbThe database connector.
Renvoie:
JDatabaseImporterMySQLi Method supports chaining.
Depuis:
11.1

Références $db.


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