

Fonctions membres publiques | |
| init ($config, &$pObj) | |
| readDataSource ($table) | |
| saveDataSource ($table) | |
| xmlDB_writeStructure () | |
| xmlDB_readStructure () | |
| admin_get_tables () | |
| admin_get_fields ($tableName) | |
| admin_get_keys ($tableName) | |
| admin_query ($query) | |
Attributs publics | |
| $config = array() | |
| $pObj | |
| $DBdir = '' | |
| $DBstructure | |
| tx_dbal_handler_xmldb::init | ( | $ | config, | |
| &$ | pObj | |||
| ) |
Initialize handler
| array | Configuration from DBAL | |
| object | Parent object |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::readDataSource | ( | $ | table | ) |
Setting table data (overriding function)
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::saveDataSource | ( | $ | table | ) |
Saving data source
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::xmlDB_writeStructure | ( | ) |
Writing database structure
| tx_dbal_handler_xmldb::xmlDB_readStructure | ( | ) |
Reading database structure
| tx_dbal_handler_xmldb::admin_get_tables | ( | ) |
Returns the list of tables from the database
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::admin_get_fields | ( | $ | tableName | ) |
Returns information about each field in the $table
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::admin_get_keys | ( | $ | tableName | ) |
Returns information about each index key in the $table
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::admin_query | ( | $ | query | ) |
mysql() wrapper function, used by the Install Tool and EM for all queries regarding management of the database!
| string | Query to execute |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_xmldb::$config = array() |
| tx_dbal_handler_xmldb::$pObj |
| tx_dbal_handler_xmldb::$DBdir = '' |
| tx_dbal_handler_xmldb::$DBstructure |
Valeur initiale :
array(
'tables' => array()
)
1.5.3