Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct () | |
asXml () | |
check () | |
from ($from) | |
setDbo (JDatabaseDriver $db) | |
withStructure ($setting=true) |
Fonctions membres protégées | |
getDropColumnSQL ($table, $name) | |
getRealTableName ($table) | |
mergeStructure () |
Attributs protégés | |
$cache = array() | |
$db = null | |
$from = array() | |
$asFormat = 'xml' | |
$options = null |
Définition à la ligne 19 du fichier importer.php.
JDatabaseImporter::__construct | ( | ) |
Constructor.
Sets up the default options for the exporter.
Définition à la ligne 66 du fichier importer.php.
JDatabaseImporter::asXml | ( | ) |
Set the output option for the exporter to XML format.
Définition à la ligne 90 du fichier importer.php.
|
abstract |
Checks if all data and options are in order prior to exporting.
Exception | if an error is encountered. |
Réimplémentée dans JDatabaseImporterMysql, JDatabaseImporterMysqli, et JDatabaseImporterPostgresql.
JDatabaseImporter::from | ( | $from | ) |
Specifies the data source to import.
mixed | $from | The data source to import. |
Définition à la ligne 116 du fichier importer.php.
|
protected |
Get the SQL syntax to drop a column.
string | $table | The table name. |
string | $name | The name of the field to drop. |
Définition à la ligne 133 du fichier importer.php.
|
protected |
Get the real name of the table, converting the prefix wildcard string if present.
string | $table | The name of the table. |
Définition à la ligne 147 du fichier importer.php.
|
protected |
Merges the incoming structure definition with the existing structure.
RuntimeException | on error. |
Définition à la ligne 166 du fichier importer.php.
JDatabaseImporter::setDbo | ( | JDatabaseDriver | $db | ) |
Sets the database connector to use for exporting structure and/or data.
JDatabaseDriver | $db | The database connector. |
Définition à la ligne 244 du fichier importer.php.
JDatabaseImporter::withStructure | ( | $setting = true | ) |
Sets an internal option to merge the structure based on the input data.
boolean | $setting | True to export the structure, false to not. |
Définition à la ligne 260 du fichier importer.php.
|
protected |
Définition à la ligne 49 du fichier importer.php.
|
protected |
Définition à la ligne 25 du fichier importer.php.
|
protected |
Définition à la ligne 33 du fichier importer.php.
|
protected |
Définition à la ligne 41 du fichier importer.php.
|
protected |
Définition à la ligne 57 du fichier importer.php.