Documentation TYPO3 par Ameos |
Public Member Functions | |
| init ($config, &$pObj) | |
| readDataSource ($table) | |
| saveDataSource ($table) | |
| admin_get_tables () | |
| admin_get_fields ($tableName) | |
| admin_get_keys ($tableName) | |
| admin_query ($query) | |
Public Attributes | |
| $config = array() | |
| $pObj | |
| $spreadSheetFiles = '' | |
| $unzip | |
Definition at line 74 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::init | ( | $ | config, | |
| &$ | pObj | |||
| ) |
Initialize handler
| array | Configuration from DBAL | |
| object | Parent object |
Reimplemented from t3lib_sqlengine.
Definition at line 89 of file class.tx_dbal_handler_openoffice.php.
References $config, t3lib_extMgm::extPath(), t3lib_div::getFileAbsFileName(), t3lib_extMgm::isLoaded(), and t3lib_div::makeInstance().
| tx_dbal_handler_openoffice::readDataSource | ( | $ | table | ) |
Setting table data (overriding function)
| string | Table name |
Reimplemented from t3lib_sqlengine.
Definition at line 120 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::saveDataSource | ( | $ | table | ) |
Saving data source
| string | Table name |
Reimplemented from t3lib_sqlengine.
Definition at line 150 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::admin_get_tables | ( | ) |
Returns the list of tables from the database
Reimplemented from t3lib_sqlengine.
Definition at line 173 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::admin_get_fields | ( | $ | tableName | ) |
Returns information about each field in the $table
| string | Table name |
Reimplemented from t3lib_sqlengine.
Definition at line 185 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::admin_get_keys | ( | $ | tableName | ) |
Returns information about each index key in the $table
| string | Table name |
Reimplemented from t3lib_sqlengine.
Definition at line 195 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::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 |
Reimplemented from t3lib_sqlengine.
Definition at line 205 of file class.tx_dbal_handler_openoffice.php.
References t3lib_sqlparser::parseSQL().
1.4.6