Riferimenti per il file typo3_src-3.8.1/typo3/ext/phpmyadmin/modsub/phpMyAdmin-2.6.4-pl3/libraries/export/sql.php

Vai al codice sorgente di questo file.

Funzioni

 PMA_exportComment ($text)
 PMA_exportFooter ()
 PMA_exportHeader ()
 PMA_exportDBCreate ($db)
 PMA_exportDBHeader ($db)
 PMA_exportDBFooter ($db)
 PMA_getTableDef ($db, $table, $crlf, $error_url, $show_dates=false)
 PMA_getTableComments ($db, $table, $crlf, $do_relation=false, $do_comments=false, $do_mime=false)
 PMA_exportStructure ($db, $table, $crlf, $error_url, $relation=FALSE, $comments=FALSE, $mime=FALSE, $dates=FALSE)
 PMA_exportData ($db, $table, $crlf, $error_url, $sql_query)

Variabili

 $GLOBALS ['comment_marker'] = '-- '


Documentazione delle funzioni

PMA_exportComment text  ) 
 

Outputs comment

Parametri:
string Text of comment
Restituisce:
bool Whether it suceeded

Definizione alla linea 20 del file sql.php.

Riferimenti $GLOBALS, e PMA_exportOutputHandler().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportData db,
table,
crlf,
error_url,
sql_query
 

Dispatches between the versions of 'getTableContent' to use depending on the php version

Parametri:
string the database name
string the table name
string the end of line sequence
string the url to go back in case of error
string SQL query for obtaining data
Restituisce:
bool Whether it suceeded
boolean whether to use backquotes to allow the use of special characters in database, table and fields names or not integer the number of records integer the current record position

public

Vedi anche:
PMA_getTableContentFast(), PMA_getTableContentOld()
Autore:
staybyte

Definizione alla linea 450 del file sql.php.

Riferimenti $analyzed_sql, $fields_cnt, $GLOBALS, $j, $result, $sql_query, $table, PMA_DBI_field_flags(), PMA_DBI_get_fields_meta(), PMA_DBI_num_fields(), PMA_DBI_query(), e PMA_exportOutputHandler().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportDBCreate db  ) 
 

Outputs create database database

Parametri:
string Database name
Restituisce:
bool Whether it suceeded
public

Definizione alla linea 103 del file sql.php.

Riferimenti $db, $GLOBALS, PMA_exportOutputHandler(), e PMA_getDbCollation().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportDBFooter db  ) 
 

Outputs database footer

Parametri:
string Database name
Restituisce:
bool Whether it suceeded
public

Definizione alla linea 148 del file sql.php.

Riferimenti $GLOBALS, $result, e PMA_exportOutputHandler().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportDBHeader db  ) 
 

Outputs database header

Parametri:
string Database name
Restituisce:
bool Whether it suceeded
public

Definizione alla linea 131 del file sql.php.

Riferimenti $db, $GLOBALS, e PMA_exportOutputHandler().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportFooter  ) 
 

Outputs export footer

Restituisce:
bool Whether it suceeded
public

Definizione alla linea 31 del file sql.php.

Riferimenti $GLOBALS, e PMA_exportOutputHandler().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportHeader  ) 
 

Outputs export header

Restituisce:
bool Whether it suceeded
public

Definizione alla linea 54 del file sql.php.

Riferimenti $cfg, $GLOBALS, $lines, PMA_DBI_try_query(), e PMA_exportOutputHandler().

Questo è il grafo delle chiamate per questa funzione:

PMA_exportStructure db,
table,
crlf,
error_url,
relation = FALSE,
comments = FALSE,
mime = FALSE,
dates = FALSE
 

Outputs table's structure

Parametri:
string the database name
string the table name
string the end of line sequence
string the url to go back in case of error
boolean whether to include relation comments
boolean whether to include column comments
boolean whether to include mime comments
Restituisce:
bool Whether it suceeded
public

Definizione alla linea 411 del file sql.php.

Riferimenti $db, $GLOBALS, $table, PMA_exportOutputHandler(), PMA_getTableComments(), e PMA_getTableDef().

Questo è il grafo delle chiamate per questa funzione:

PMA_getTableComments db,
table,
crlf,
do_relation = false,
do_comments = false,
do_mime = false
 

Returns $table's comments, relations etc.

Parametri:
string the database name
string the table name
string the end of line sequence
boolean whether to include relation comments
boolean whether to include column comments
boolean whether to include mime comments
Restituisce:
string resulting comments
public

Definizione alla linea 325 del file sql.php.

Riferimenti $cfgRelation, $comments_map, $db, $GLOBALS, $mime_map, $table, PMA_getComments(), PMA_getForeigners(), e PMA_getMIME().

Questo è il grafo delle chiamate per questa funzione:

PMA_getTableDef db,
table,
crlf,
error_url,
show_dates = false
 

Returns $table's CREATE definition

Parametri:
string the database name
string the table name
string the end of line sequence
string the url to go back in case of error
boolean whether to include creation/update/check dates
Restituisce:
string resulting schema
boolean whether to add 'drop' statements or not boolean whether to use backquotes to allow the use of special characters in database, table and fields names or not

public

Definizione alla linea 174 del file sql.php.

Riferimenti $auto_increment, $cfgRelation, $db, $GLOBALS, $i, $j, $result, $row, $table, Create_time, LIKE, PMA_DBI_fetch_assoc(), PMA_DBI_fetch_row(), PMA_DBI_free_result(), PMA_DBI_num_rows(), PMA_DBI_query(), e PMA_sqlAddslashes().

Questo è il grafo delle chiamate per questa funzione:


Documentazione delle variabili

$GLOBALS['comment_marker'] = '-- '
 

Marker for comments, -- is needed for ANSI SQL.

Definizione alla linea 11 del file sql.php.


Generato il Thu Jan 19 15:26:03 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6