"TYPO3 4.0.1: tx_dbal_handler_openoffice Class Reference", "datetime" => "Sat Dec 2 19:27:05 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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.
|
Returns information about each field in the $table
Reimplemented from t3lib_sqlengine. Definition at line 185 of file class.tx_dbal_handler_openoffice.php. |
|
Returns information about each index key in the $table
Reimplemented from t3lib_sqlengine. Definition at line 195 of file class.tx_dbal_handler_openoffice.php. |
|
Returns the list of tables from the database
Reimplemented from t3lib_sqlengine. Definition at line 173 of file class.tx_dbal_handler_openoffice.php. |
|
mysql() wrapper function, used by the Install Tool and EM for all queries regarding management of the database!
Reimplemented from t3lib_sqlengine. Definition at line 205 of file class.tx_dbal_handler_openoffice.php. References t3lib_sqlparser::parseSQL(). |
|
Initialize handler
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(). |
|
Setting table data (overriding function)
Reimplemented from t3lib_sqlengine. Definition at line 120 of file class.tx_dbal_handler_openoffice.php. |
|
Saving data source
Reimplemented from t3lib_sqlengine. Definition at line 150 of file class.tx_dbal_handler_openoffice.php. |