Home
last modified time | relevance | path

Searched refs:quoteStringLiteral (Results 1 – 25 of 108) sorted by relevance

12345

/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DSQLServer2012Platform.php422 $tableSQL = $this->quoteStringLiteral($tableName);
775 $tableSQL = $this->quoteStringLiteral($tableName);
814 $tableSQL = $this->quoteStringLiteral($tableName);
869 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
900 'N' . $this->quoteStringLiteral($name) . ', ' .
933 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1070 $table = $this->quoteStringLiteral($table);
1073 $table = $this->quoteStringLiteral($table);
1678 $this->quoteStringLiteral((string) $comment),
1679 $this->quoteStringLiteral($tableName)
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php368 $tableSQL = $this->quoteStringLiteral($tableName);
732 $tableSQL = $this->quoteStringLiteral($tableName);
771 $tableSQL = $this->quoteStringLiteral($tableName);
826 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
857 'N' . $this->quoteStringLiteral($name) . ', ' .
890 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1025 $table = $this->quoteStringLiteral($table);
1028 $table = $this->quoteStringLiteral($table);
1698 $this->quoteStringLiteral((string) $comment),
1699 $this->quoteStringLiteral($tableName)
[all …]
H A DMySqlPlatform.php155 $database = $this->quoteStringLiteral($database);
156 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
186 $table = $this->quoteStringLiteral($table);
189 $database = $this->quoteStringLiteral($database);
371 $table = $this->quoteStringLiteral($table);
374 $database = $this->quoteStringLiteral($database);
395 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
396 $this->quoteStringLiteral($table)
1182 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
H A DDrizzlePlatform.php274 $tableOptions[] = sprintf('COMMENT = %s ', $this->quoteStringLiteral($comment));
329 $databaseSQL = $this->quoteStringLiteral($database);
337 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME = ' . $this->quoteStringLiteral($table);
349 $databaseSQL = $this->quoteStringLiteral($database);
358 . ' AND CONSTRAINT_TABLE=' . $this->quoteStringLiteral($table);
367 $databaseSQL = $this->quoteStringLiteral($database);
377 … . ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME=' . $this->quoteStringLiteral($table);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php367 $tableSQL = $this->quoteStringLiteral($tableName);
728 $tableSQL = $this->quoteStringLiteral($tableName);
767 $tableSQL = $this->quoteStringLiteral($tableName);
822 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
853 'N' . $this->quoteStringLiteral($name) . ', ' .
886 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1021 $table = $this->quoteStringLiteral($table);
1024 $table = $this->quoteStringLiteral($table);
1681 $this->quoteStringLiteral((string) $comment),
1682 $this->quoteStringLiteral($tableName)
[all …]
H A DMySqlPlatform.php155 $database = $this->quoteStringLiteral($database);
156 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
186 $table = $this->quoteStringLiteral($table);
189 $database = $this->quoteStringLiteral($database);
371 $table = $this->quoteStringLiteral($table);
374 $database = $this->quoteStringLiteral($database);
395 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
396 $this->quoteStringLiteral($table)
1182 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
H A DDrizzlePlatform.php272 $tableOptions[] = sprintf('COMMENT = %s ', $this->quoteStringLiteral($comment));
327 $databaseSQL = $this->quoteStringLiteral($database);
335 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME = ' . $this->quoteStringLiteral($table);
347 $databaseSQL = $this->quoteStringLiteral($database);
356 . ' AND CONSTRAINT_TABLE=' . $this->quoteStringLiteral($table);
365 $databaseSQL = $this->quoteStringLiteral($database);
375 … . ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME=' . $this->quoteStringLiteral($table);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php368 $tableSQL = $this->quoteStringLiteral($tableName);
732 $tableSQL = $this->quoteStringLiteral($tableName);
771 $tableSQL = $this->quoteStringLiteral($tableName);
826 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
857 'N' . $this->quoteStringLiteral($name) . ', ' .
890 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1025 $table = $this->quoteStringLiteral($table);
1028 $table = $this->quoteStringLiteral($table);
1698 $this->quoteStringLiteral((string) $comment),
1699 $this->quoteStringLiteral($tableName)
[all …]
H A DMySqlPlatform.php155 $database = $this->quoteStringLiteral($database);
156 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
186 $table = $this->quoteStringLiteral($table);
189 $database = $this->quoteStringLiteral($database);
371 $table = $this->quoteStringLiteral($table);
374 $database = $this->quoteStringLiteral($database);
395 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
396 $this->quoteStringLiteral($table)
1182 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
H A DDrizzlePlatform.php274 $tableOptions[] = sprintf('COMMENT = %s ', $this->quoteStringLiteral($comment));
329 $databaseSQL = $this->quoteStringLiteral($database);
337 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME = ' . $this->quoteStringLiteral($table);
349 $databaseSQL = $this->quoteStringLiteral($database);
358 . ' AND CONSTRAINT_TABLE=' . $this->quoteStringLiteral($table);
367 $databaseSQL = $this->quoteStringLiteral($database);
377 … . ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME=' . $this->quoteStringLiteral($table);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php361 $tableSQL = $this->quoteStringLiteral($tableName);
720 $tableSQL = $this->quoteStringLiteral($tableName);
759 $tableSQL = $this->quoteStringLiteral($tableName);
814 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
845 'N' . $this->quoteStringLiteral($name) . ', ' .
878 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1010 $table = $this->quoteStringLiteral($table);
1013 $table = $this->quoteStringLiteral($table);
1674 $this->quoteStringLiteral((string) $comment),
1675 $this->quoteStringLiteral($tableName)
[all …]
H A DDrizzlePlatform.php271 $tableOptions[] = sprintf('COMMENT = %s ', $this->quoteStringLiteral($comment));
326 $databaseSQL = $this->quoteStringLiteral($database);
334 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME = ' . $this->quoteStringLiteral($table);
343 $databaseSQL = $this->quoteStringLiteral($database);
350 … CONSTRAINT_SCHEMA=' . $databaseSQL . ' AND CONSTRAINT_TABLE=' . $this->quoteStringLiteral($table);
359 $databaseSQL = $this->quoteStringLiteral($database);
366 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME=' . $this->quoteStringLiteral($table);
H A DMySqlPlatform.php154 $currentDatabase = $this->quoteStringLiteral($currentDatabase);
155 $table = $this->quoteStringLiteral($table);
172 $database = $this->quoteStringLiteral($database);
182 $table = $this->quoteStringLiteral($table);
185 $database = $this->quoteStringLiteral($database);
368 $table = $this->quoteStringLiteral($table);
371 $database = $this->quoteStringLiteral($database);
392 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
393 $this->quoteStringLiteral($table)
1165 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php367 $tableSQL = $this->quoteStringLiteral($tableName);
728 $tableSQL = $this->quoteStringLiteral($tableName);
767 $tableSQL = $this->quoteStringLiteral($tableName);
822 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
853 'N' . $this->quoteStringLiteral($name) . ', ' .
886 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1021 $table = $this->quoteStringLiteral($table);
1024 $table = $this->quoteStringLiteral($table);
1681 $this->quoteStringLiteral((string) $comment),
1682 $this->quoteStringLiteral($tableName)
[all …]
H A DMySqlPlatform.php155 $database = $this->quoteStringLiteral($database);
156 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
186 $table = $this->quoteStringLiteral($table);
189 $database = $this->quoteStringLiteral($database);
371 $table = $this->quoteStringLiteral($table);
374 $database = $this->quoteStringLiteral($database);
395 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
396 $this->quoteStringLiteral($table)
1182 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
H A DDrizzlePlatform.php272 $tableOptions[] = sprintf('COMMENT = %s ', $this->quoteStringLiteral($comment));
327 $databaseSQL = $this->quoteStringLiteral($database);
335 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME = ' . $this->quoteStringLiteral($table);
347 $databaseSQL = $this->quoteStringLiteral($database);
356 . ' AND CONSTRAINT_TABLE=' . $this->quoteStringLiteral($table);
365 $databaseSQL = $this->quoteStringLiteral($database);
375 … . ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME=' . $this->quoteStringLiteral($table);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php368 $tableSQL = $this->quoteStringLiteral($tableName);
732 $tableSQL = $this->quoteStringLiteral($tableName);
771 $tableSQL = $this->quoteStringLiteral($tableName);
826 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
857 'N' . $this->quoteStringLiteral($name) . ', ' .
890 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1025 $table = $this->quoteStringLiteral($table);
1028 $table = $this->quoteStringLiteral($table);
1698 $this->quoteStringLiteral((string) $comment),
1699 $this->quoteStringLiteral($tableName)
[all …]
H A DMySqlPlatform.php155 $database = $this->quoteStringLiteral($database);
156 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
186 $table = $this->quoteStringLiteral($table);
189 $database = $this->quoteStringLiteral($database);
371 $table = $this->quoteStringLiteral($table);
374 $database = $this->quoteStringLiteral($database);
395 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
396 $this->quoteStringLiteral($table)
1182 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php368 $tableSQL = $this->quoteStringLiteral($tableName);
732 $tableSQL = $this->quoteStringLiteral($tableName);
771 $tableSQL = $this->quoteStringLiteral($tableName);
826 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
857 'N' . $this->quoteStringLiteral($name) . ', ' .
890 …'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral((string) $value) . ', '…
1025 $table = $this->quoteStringLiteral($table);
1028 $table = $this->quoteStringLiteral($table);
1698 $this->quoteStringLiteral((string) $comment),
1699 $this->quoteStringLiteral($tableName)
[all …]
H A DMySqlPlatform.php155 $database = $this->quoteStringLiteral($database);
156 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
186 $table = $this->quoteStringLiteral($table);
189 $database = $this->quoteStringLiteral($database);
371 $table = $this->quoteStringLiteral($table);
374 $database = $this->quoteStringLiteral($database);
395 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
396 $this->quoteStringLiteral($table)
1182 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php346 $schemaSQL = $this->quoteStringLiteral($schemaSQL);
347 $tableSQL = $this->quoteStringLiteral($tableSQL);
350 $tableSQL = $this->quoteStringLiteral($tableName);
707 $tableSQL = $this->quoteStringLiteral($tableName);
746 $tableSQL = $this->quoteStringLiteral($tableName);
801 … 'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral($value) . ', ' .
832 'N' . $this->quoteStringLiteral($name) . ', ' .
865 'N' . $this->quoteStringLiteral($name) . ', N' . $this->quoteStringLiteral($value) . ', ' .
996 $schema = $this->quoteStringLiteral($schema);
997 $table = $this->quoteStringLiteral($table);
[all …]
H A DDrizzlePlatform.php273 $tableOptions[] = sprintf('COMMENT = %s ', $this->quoteStringLiteral($comment));
328 $databaseSQL = $this->quoteStringLiteral($database);
336 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME = ' . $this->quoteStringLiteral($table);
345 $databaseSQL = $this->quoteStringLiteral($database);
352 … CONSTRAINT_SCHEMA=' . $databaseSQL . ' AND CONSTRAINT_TABLE=' . $this->quoteStringLiteral($table);
361 $databaseSQL = $this->quoteStringLiteral($database);
368 … ' WHERE TABLE_SCHEMA=' . $databaseSQL . ' AND TABLE_NAME=' . $this->quoteStringLiteral($table);
H A DMySqlPlatform.php154 $currentDatabase = $this->quoteStringLiteral($currentDatabase);
155 $table = $this->quoteStringLiteral($table);
173 $database = $this->quoteStringLiteral($database);
183 $table = $this->quoteStringLiteral($table);
186 $database = $this->quoteStringLiteral($database);
369 $table = $this->quoteStringLiteral($table);
372 $database = $this->quoteStringLiteral($database);
393 $database ? $this->quoteStringLiteral($database) : 'DATABASE()',
394 $this->quoteStringLiteral($table)
1135 public function quoteStringLiteral($str) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php765 … "N" . $this->quoteStringLiteral($name) . ", N" . $this->quoteStringLiteral($value) . ", " .
768 "N" . $this->quoteStringLiteral($level2Type) . ", " . $level2Name;
796 "N" . $this->quoteStringLiteral($name) . ", " .
799 "N" . $this->quoteStringLiteral($level2Type) . ", " . $level2Name;
829 "N" . $this->quoteStringLiteral($name) . ", N" . $this->quoteStringLiteral($value) . ", " .
830 "N" . $this->quoteStringLiteral($level0Type) . ", " . $level0Name . ', ' .
831 "N" . $this->quoteStringLiteral($level1Type) . ", " . $level1Name . ', ' .
832 "N" . $this->quoteStringLiteral($level2Type) . ", " . $level2Name;
960 $schema = $this->quoteStringLiteral($schema);
961 $table = $this->quoteStringLiteral($table);
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php733 … "N" . $this->quoteStringLiteral($name) . ", N" . $this->quoteStringLiteral($value) . ", " .
734 "N" . $this->quoteStringLiteral($level0Type) . ", " . $level0Name . ', ' .
735 "N" . $this->quoteStringLiteral($level1Type) . ", " . $level1Name . ', ' .
736 "N" . $this->quoteStringLiteral($level2Type) . ", " . $level2Name;
764 "N" . $this->quoteStringLiteral($name) . ", " .
765 "N" . $this->quoteStringLiteral($level0Type) . ", " . $level0Name . ', ' .
767 "N" . $this->quoteStringLiteral($level2Type) . ", " . $level2Name;
797 "N" . $this->quoteStringLiteral($name) . ", N" . $this->quoteStringLiteral($value) . ", " .
798 "N" . $this->quoteStringLiteral($level0Type) . ", " . $level0Name . ', ' .
799 "N" . $this->quoteStringLiteral($level1Type) . ", " . $level1Name . ', ' .
[all …]

12345