Riferimenti per il file typo3/ext/phpmyadmin/modsub/phpMyAdmin-2.6.4-pl3/tbl_relation.php

Vai al codice sorgente di questo file.

Funzioni

 PMA_generate_dropdown ($dropdown_question, $radio_name, $choices, $selected_value)

Variabili

 $url_query = '&goto=tbl_properties.php'
 $avoid_show_comment = TRUE
 $options_array = array('CASCADE' => 'CASCADE', 'SET_NULL' => 'SET NULL', 'NO_ACTION' => 'NO ACTION', 'RESTRICT' => 'RESTRICT')
 $cfgRelation = PMA_getRelationsParam()
 $upd_rs = PMA_DBI_query($upd_query)
 $upd_query
 $tmp_error = PMA_DBI_getError()
 $selectboxall ['nix'] = '--'
 $selectboxall_innodb ['nix'] = '--'
 $fi_rs = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($curr_table[0]) . ';', NULL, PMA_DBI_QUERY_STORE)
 $fi_rs = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($curr_table[0]) . ';', NULL, PMA_DBI_QUERY_STORE)
 $col_rs = PMA_DBI_try_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ';', NULL, PMA_DBI_QUERY_STORE)


Documentazione delle funzioni

PMA_generate_dropdown dropdown_question,
radio_name,
choices,
selected_value
 

Generate dropdown choices

Parametri:
string Message to display
string Name of the <select> field
array Choices for dropdown
Restituisce:
string The existing value (for selected)
public

Definizione alla linea 43 del file tbl_relation.php.

Riferimenti nbsp, select, selected, e value.


Documentazione delle variabili

$avoid_show_comment = TRUE
 

Gets tables informations

Definizione alla linea 22 del file tbl_relation.php.

$cfgRelation = PMA_getRelationsParam()
 

Gets the relation settings

Definizione alla linea 69 del file tbl_relation.php.

$col_rs = PMA_DBI_try_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ';', NULL, PMA_DBI_QUERY_STORE)
 

Definizione alla linea 367 del file tbl_relation.php.

$fi_rs = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($curr_table[0]) . ';', NULL, PMA_DBI_QUERY_STORE)
 

Definizione alla linea 346 del file tbl_relation.php.

$fi_rs = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($curr_table[0]) . ';', NULL, PMA_DBI_QUERY_STORE)
 

Definizione alla linea 298 del file tbl_relation.php.

$options_array = array('CASCADE' => 'CASCADE', 'SET_NULL' => 'SET NULL', 'NO_ACTION' => 'NO ACTION', 'RESTRICT' => 'RESTRICT')
 

Displays top menu links

Definizione alla linea 31 del file tbl_relation.php.

$selectboxall['nix'] = '--'
 

Definizione alla linea 290 del file tbl_relation.php.

$selectboxall_innodb['nix'] = '--'
 

Definizione alla linea 291 del file tbl_relation.php.

$tmp_error = PMA_DBI_getError()
 

Definizione alla linea 206 del file tbl_relation.php.

$upd_query
 

Valore iniziale:

 'ALTER TABLE ' . PMA_backquote($table)
                            . ' ADD FOREIGN KEY ('
                            . PMA_backquote(PMA_sqlAddslashes($master_field)) . ')'
                            . ' REFERENCES '
                            . PMA_backquote(PMA_sqlAddslashes($foreign_db) . '.'
                            . PMA_sqlAddslashes($foreign_table)) . '('
                            . PMA_backquote(PMA_sqlAddslashes($foreign_field)) . ')'

Definizione alla linea 180 del file tbl_relation.php.

Referenziato da PMA_setComment(), e PMA_setMIME().

$upd_rs = PMA_DBI_query($upd_query)
 

Definizione alla linea 176 del file tbl_relation.php.

Referenziato da PMA_setComment(), e PMA_setMIME().

$url_query = '&amp;goto=tbl_properties.php'
 

Gets some core libraries

Definizione alla linea 11 del file tbl_relation.php.


Generato il Thu Jan 19 15:27:16 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6