| [ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
[Code source] [Imprimer] [Statistiques]
Set of functions used to build CSV dumps of tables
| Poids: | 188 lignes (6 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 1 fichier libraries/opendocument.lib.php |
| PMA_exportComment($text) X-Ref |
| Outputs comment param: string Text of comment return: bool Whether it suceeded |
| PMA_exportFooter() X-Ref |
| Outputs export footer return: bool Whether it suceeded |
| PMA_exportHeader() X-Ref |
| Outputs export header return: bool Whether it suceeded |
| PMA_exportDBHeader($db) X-Ref |
| Outputs database header param: string Database name return: bool Whether it suceeded |
| PMA_exportDBFooter($db) X-Ref |
| Outputs database footer param: string Database name return: bool Whether it suceeded |
| PMA_exportDBCreate($db) X-Ref |
| Outputs create database database param: string Database name return: bool Whether it suceeded |
| PMA_exportData($db, $table, $crlf, $error_url, $sql_query) X-Ref |
| Outputs the content of a table in CSV format param: string the database name param: string the table name param: string the end of line sequence param: string the url to go back in case of error param: string SQL query for obtaining data return: bool Whether it suceeded |
| Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
|