Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe MysqlImporter
+ Graphe d'héritage de MysqlImporter:

Fonctions membres publiques

 check ()
 
- Fonctions membres publiques hérités de DatabaseImporter
 __construct ()
 
 asXml ()
 
 check ()
 
 from ($from)
 
 importData ()
 
 mergeStructure ()
 
 setDbo (DatabaseInterface $db)
 
 withStructure ($setting=true)
 

Fonctions membres protégées

 getAddKeySql ($table, $keys)
 
 getAlterTableSql (\SimpleXMLElement $structure)
 
 getChangeColumnSql ($table, \SimpleXMLElement $field)
 
 getColumnSql (\SimpleXMLElement $field)
 
 getDropKeySql ($table, $name)
 
 getDropPrimaryKeySql ($table)
 
 getKeyLookup ($keys)
 
 getKeySql ($columns)
 
 xmlToCreate (\SimpleXMLElement $table)
 
- Fonctions membres protégées hérités de DatabaseImporter
 getAddColumnSql ($table, \SimpleXMLElement $field)
 
 getAlterTableSql (\SimpleXMLElement $structure)
 
 getChangeColumnSql ($table, \SimpleXMLElement $field)
 
 getDropColumnSql ($table, $name)
 
 getKeyLookup ($keys)
 
 getRealTableName ($table)
 
 xmlToCreate (\SimpleXMLElement $table)
 

Membres hérités additionnels

- Attributs protégés hérités de DatabaseImporter
 $cache = ['columns' => []
 
 $db
 
 $from = []
 
 $asFormat = 'xml'
 
 $options
 

Description détaillée

MySQL Database Importer.

Depuis
1.0

Documentation des fonctions membres

◆ check()

check ( )

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

Renvoie
$this
Depuis
1.0
Exceptions

Références $this, et DatabaseImporter\from().

◆ getAddKeySql()

getAddKeySql (   $table,
  $keys 
)
protected

Get the SQL syntax to add a key.

Paramètres
string$tableThe table name.
array$keysAn array of the fields pertaining to this key.
Renvoie
string
Depuis
1.0

Références MysqlImporter\getKeySql().

Référencé par MysqlImporter\getAlterTableSql().

◆ getAlterTableSql()

getAlterTableSql ( \SimpleXMLElement  $structure)
protected

◆ getChangeColumnSql()

getChangeColumnSql (   $table,
\SimpleXMLElement  $field 
)
protected

Get the syntax to alter a column.

Paramètres
string$tableThe name of the database table to alter.
\SimpleXMLElement$fieldThe XML definition for the field.
Renvoie
string
Depuis
1.0

Références $field, et MysqlImporter\getColumnSql().

Référencé par MysqlImporter\getAlterTableSql().

◆ getColumnSql()

getColumnSql ( \SimpleXMLElement  $field)
protected

Get the SQL syntax for a single column that would be included in a table create or alter statement.

Paramètres
\SimpleXMLElement$fieldThe XML field definition.
Renvoie
string
Depuis
1.0

Références $field, $sql, et null.

Référencé par MysqlImporter\getChangeColumnSql(), et MysqlImporter\xmlToCreate().

◆ getDropKeySql()

getDropKeySql (   $table,
  $name 
)
protected

Get the SQL syntax to drop a key.

Paramètres
string$tableThe table name.
string$nameThe name of the key to drop.
Renvoie
string
Depuis
1.0

Références $name.

Référencé par MysqlImporter\getAlterTableSql().

◆ getDropPrimaryKeySql()

getDropPrimaryKeySql (   $table)
protected

Get the SQL syntax to drop a key.

Paramètres
string$tableThe table name.
Renvoie
string
Depuis
1.0

Référencé par MysqlImporter\getAlterTableSql().

◆ getKeyLookup()

getKeyLookup (   $keys)
protected

Get the details list of keys for a table.

Paramètres
array$keysAn array of objects that comprise the keys for the table.
Renvoie
array The lookup array. array({key name} => array(object, ...))
Depuis
1.0
Exceptions

Références $key.

Référencé par MysqlImporter\getAlterTableSql(), et MysqlImporter\xmlToCreate().

◆ getKeySql()

getKeySql (   $columns)
protected

Get the SQL syntax for a key.

Paramètres
array$columnsAn array of SimpleXMLElement objects comprising the key.
Renvoie
string
Depuis
1.0

Références $columns, $prefix, et elseif.

Référencé par MysqlImporter\getAddKeySql(), et MysqlImporter\xmlToCreate().

◆ xmlToCreate()

xmlToCreate ( \SimpleXMLElement  $table)
protected

Get the SQL syntax to add a table.

Paramètres
\SimpleXMLElement$tableThe table information.
Renvoie
string
Depuis
2.0.0
Exceptions

Références $field, $key, MysqlImporter\getColumnSql(), MysqlImporter\getKeyLookup(), et MysqlImporter\getKeySql().


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