[ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
[Code source] [Imprimer] [Statistiques]
Set of functions used to build dumps of tables
Poids: | 466 lignes (16 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
PMA_texEscape($string) X-Ref |
Escapes some special characters for use in TeX/LaTeX param: string the string to convert return: string the converted string with escape codes |
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 LaTeX table/sideways table environment 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 |
PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, $dummy) X-Ref |
Returns $table's structure as LaTeX 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: boolean whether to include relation comments param: boolean whether to include column comments param: boolean whether to include mime comments param: string future feature: support view dependencies return: bool Whether it suceeded |
Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |