Home
last modified time | relevance | path

Searched refs:getCurrentTimeSQL (Results 1 – 25 of 61) sorted by relevance

123

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/
H A DCurrentTimeFunction.php42 return $sqlWalker->getConnection()->getDatabasePlatform()->getCurrentTimeSQL();
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/
H A DCurrentTimeFunction.php43 return $sqlWalker->getConnection()->getDatabasePlatform()->getCurrentTimeSQL();
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php238 return $platform->getCurrentTimeSQL();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php269 return $platform->getCurrentTimeSQL();
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DDB2Platform.php293 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php266 return $platform->getCurrentTimeSQL();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php269 return $platform->getCurrentTimeSQL();
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php250 return $platform->getCurrentTimeSQL();
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php266 return $platform->getCurrentTimeSQL();
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php269 return $platform->getCurrentTimeSQL();
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php269 return $platform->getCurrentTimeSQL();
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DMySQLSchemaManager.php275 return $platform->getCurrentTimeSQL();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2262 … } elseif ((string) $field['type'] == 'Time' && $field['default'] == $this->getCurrentTimeSQL()) {
2263 $default = " DEFAULT ".$this->getCurrentTimeSQL();
2654 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php456 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2256 … } elseif ((string) $field['type'] == 'Time' && $field['default'] == $this->getCurrentTimeSQL()) {
2257 $default = " DEFAULT ".$this->getCurrentTimeSQL();
2648 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php424 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2284 if ($type instanceof Types\TimeType && $default === $this->getCurrentTimeSQL()) {
2285 return ' DEFAULT ' . $this->getCurrentTimeSQL();
2680 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php467 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2346 if ($type instanceof Types\TimeType && $default === $this->getCurrentTimeSQL()) {
2347 return ' DEFAULT ' . $this->getCurrentTimeSQL();
2747 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php465 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2318 if ($type instanceof Types\TimeType && $default === $this->getCurrentTimeSQL()) {
2319 return ' DEFAULT ' . $this->getCurrentTimeSQL();
2714 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php467 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2346 if ($type instanceof Types\TimeType && $default === $this->getCurrentTimeSQL()) {
2347 return ' DEFAULT ' . $this->getCurrentTimeSQL();
2747 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DDB2Platform.php465 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DDB2Platform.php465 public function getCurrentTimeSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform

123