Home
last modified time | relevance | path

Searched refs:formatSql (Results 1 – 21 of 21) sorted by relevance

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Transformations/Abs/
H A DSQLTransformationsPlugin.php45 $result = Util::formatSql($buffer);
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Transformations/Abs/
H A DSQLTransformationsPlugin.php42 return Generator::formatSql($buffer);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/ParameterTest/
H A DSqlVariantParam.cs269 private static void ExecuteSQL(SqlConnection conn, string formatSql, string objectName) in ExecuteSQL() argument
273 cmd.CommandText = string.Format(formatSql, objectName); in ExecuteSQL()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/debug/
H A DsfWebDebugPanelLogs.class.php115 $logLine = $this->formatSql($logLine);
H A DsfWebDebugPanel.class.php199 public function formatSql($sql) function in sfWebDebugPanel
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/debug/
H A DsfWebDebugPanelDoctrine.class.php114 …$query = $this->formatSql(htmlspecialchars($event->getQuery(), ENT_QUOTES, sfConfig::get('sf_chars…
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Html/
H A DGenerator.php621 $query_base = self::formatSql($query_base);
907 $formatted_sql = self::formatSql($sql_query, true);
1329 public static function formatSql($sqlQuery, $truncate = false): string function in PhpMyAdmin\\Html\\Generator
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Server/Status/
H A DProcesses.php298 $retval .= Util::formatSql($process['Info'], ! $show_full_sql);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DCore.php845 $retval .= Util::formatSql($query);
848 $retval .= Util::formatSql($query_data);
H A DUtil.php278 public static function formatSql($sqlQuery, $truncate = false) function in PhpMyAdmin\\Util
539 $formatted_sql = self::formatSql($sql_query, true);
1007 $query_base = self::formatSql($query_base);
H A DTracking.php618 $entry['formated_statement'] = Util::formatSql($entry['statement'], true);
H A DImport.php1434 'sql_query' => Util::formatSql($analyzed_sql_results['query']),
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Controllers/Server/Status/
H A DProcessesController.php270 'info' => ! empty($process['Info']) ? Generator::formatSql(
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DLib.php163 public static function formatSql($sql) function in Doctrine_Lib
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DCore.php863 $retval .= Html\Generator::formatSql($query);
866 $retval .= Html\Generator::formatSql($query_data);
H A DTracking.php609 $entry['formated_statement'] = Generator::formatSql($entry['statement'], true);
H A DImport.php1525 'sql_query' => Html\Generator::formatSql($analyzed_sql_results['query']),
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dsqleditor.h276 void formatSql();
H A Dsqleditor.cpp132 …createAction(FORMAT_SQL, ICONS.FORMAT_SQL, tr("Format SQL", "sql editor"), this, SLOT(formatSql())… in createActions()
1041 void SqlEditor::formatSql() in formatSql() function in SqlEditor
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Rte/
H A DRoutines.php1413 $output = Util::formatSql(implode($queries, "\n"));
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Database/
H A DRoutines.php1443 $output = Generator::formatSql(implode("\n", $queries));