Go to the source code of this file.
Variables | |
| $is_drop_database = preg_match('@DROP[[:space:]]+DATABASE[[:space:]]+@i', $sql_query) | |
| $pos = @((ceil($unlim_num_rows / $session_max_rows) - 1) * $session_max_rows) | |
| $GLOBALS ['unparsed_sql'] = $sql_query | |
| $parsed_sql = PMA_SQP_parse($sql_query) | |
| $analyzed_sql = PMA_SQP_analyze($parsed_sql) | |
| $is_select = isset($analyzed_sql[0]['queryflags']['select_from']) | |
| pos | |
| sql_query | |
| $is_func = !$is_group && (preg_match('@[[:space:]]+(SUM|AVG|STD|STDDEV|MIN|MAX|BIT_OR|BIT_AND)\s*\(@i', $sql_query)) | |
| $is_count = !$is_group && (preg_match('@^SELECT[[:space:]]+COUNT\((.*\.+)?.*\)@i', $sql_query)) | |
| $is_export = (preg_match('@[[:space:]]+INTO[[:space:]]+OUTFILE[[:space:]]+@i', $sql_query)) | |
| $is_analyse = (preg_match('@[[:space:]]+PROCEDURE[[:space:]]+ANALYSE@i', $sql_query)) | |
|
|
Definition at line 105 of file sql.php. Referenced by PMA_displayTable(), PMA_displayTableBody(), PMA_exportData(), PMA_getForeigners(), and PMA_setComment(). |
|
|
Reformat the query |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 104 of file sql.php. Referenced by PMA_formatSql(), and PMA_table_move_copy(). |
|
|
Definition at line 77 of file sql.php. Referenced by FPDF::_parsepng(), tx_indexedsearch_lexer::get_word(), FPDF::Image(), PMA_displayTableNavigation(), PMA_exportStructure(), tx_indexedsearch_lexer::split2Words(), t3lib_cs::utf8_byte2char_pos(), and tx_indexedsearch_lexer::utf8_is_letter(). |
|
|
Initial value: |
|
|
Initial value: ' . urlencode($sql_query); } // end if if (isset($btnDrop) && $btnDrop == $strNo) { if (!empty($back)) { $goto = $back; } if ($is_gotofile) { if (strpos(' ' . $goto, 'db_details') == 1 && !empty($table)) { unset($table); } $active_page = $goto; require('./' . PMA_securePath($goto)); } else { PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . str_replace('& |
1.4.3-20050530