Home
last modified time | relevance | path

Searched refs:getCurrentDateSQL (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 DCurrentDateFunction.php42 return $sqlWalker->getConnection()->getDatabasePlatform()->getCurrentDateSQL();
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/
H A DCurrentDateFunction.php43 return $sqlWalker->getConnection()->getDatabasePlatform()->getCurrentDateSQL();
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php236 return $platform->getCurrentDateSQL();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php266 return $platform->getCurrentDateSQL();
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DDB2Platform.php285 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php263 return $platform->getCurrentDateSQL();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php266 return $platform->getCurrentDateSQL();
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php248 return $platform->getCurrentDateSQL();
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php263 return $platform->getCurrentDateSQL();
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php266 return $platform->getCurrentDateSQL();
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php266 return $platform->getCurrentDateSQL();
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DMySQLSchemaManager.php272 return $platform->getCurrentDateSQL();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2264 … } elseif ((string) $field['type'] == 'Date' && $field['default'] == $this->getCurrentDateSQL()) {
2265 $default = " DEFAULT ".$this->getCurrentDateSQL();
2644 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php448 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2258 … } elseif ((string) $field['type'] == 'Date' && $field['default'] == $this->getCurrentDateSQL()) {
2259 $default = " DEFAULT ".$this->getCurrentDateSQL();
2638 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php416 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2288 if ($type instanceof Types\DateType && $default === $this->getCurrentDateSQL()) {
2289 return ' DEFAULT ' . $this->getCurrentDateSQL();
2670 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php459 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php2350 if ($type instanceof Types\DateType && $default === $this->getCurrentDateSQL()) {
2351 return ' DEFAULT ' . $this->getCurrentDateSQL();
2737 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php457 public function getCurrentDateSQL() 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.php2322 if ($type instanceof Types\DateType && $default === $this->getCurrentDateSQL()) {
2323 return ' DEFAULT ' . $this->getCurrentDateSQL();
2704 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DDB2Platform.php459 public function getCurrentDateSQL() 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.php2350 if ($type instanceof Types\DateType && $default === $this->getCurrentDateSQL()) {
2351 return ' DEFAULT ' . $this->getCurrentDateSQL();
2737 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DDB2Platform.php457 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DDB2Platform.php457 public function getCurrentDateSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform

123