|
TYPO3 API
SVNRelease
|


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::admin_get_fields | ( | $ | tableName | ) |
Returns information about each field in the $table
| string | Table name |
Reimplemented from tx_dbal_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 tx_dbal_sqlengine.
Definition at line 195 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 tx_dbal_sqlengine.
Definition at line 173 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 tx_dbal_sqlengine.
Definition at line 205 of file class.tx_dbal_handler_openoffice.php.
References $query, and t3lib_sqlparser\parseSQL().
| tx_dbal_handler_openoffice::init | ( | $ | config, |
| $ | pObj | ||
| ) |
Initialize handler
| array | Configuration from DBAL |
| object | Parent object |
Reimplemented from tx_dbal_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 tx_dbal_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 tx_dbal_sqlengine.
Definition at line 150 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::$config = array() |
Definition at line 76 of file class.tx_dbal_handler_openoffice.php.
Referenced by init().
| tx_dbal_handler_openoffice::$pObj |
Definition at line 77 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::$spreadSheetFiles = '' |
Definition at line 79 of file class.tx_dbal_handler_openoffice.php.
| tx_dbal_handler_openoffice::$unzip |
Definition at line 80 of file class.tx_dbal_handler_openoffice.php.
1.7.5.1