Home
last modified time | relevance | path

Searched refs:getCurrentTimestampSQL (Results 1 – 25 of 65) 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 DCurrentTimestampFunction.php42 return $sqlWalker->getConnection()->getDatabasePlatform()->getCurrentTimestampSQL();
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/
H A DCurrentTimestampFunction.php43 return $sqlWalker->getConnection()->getDatabasePlatform()->getCurrentTimestampSQL();
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php917 …f ((string) $field['type'] == 'DateTime' && $field['default'] == $this->getCurrentTimestampSQL()) {
918 return " DEFAULT " . $this->getCurrentTimestampSQL();
H A DDB2Platform.php301 public function getCurrentTimestampSQL() function in Doctrine\\DBAL\\Platforms\\DB2Platform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php63 $default = $this->_platform->getCurrentTimestampSQL();
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DSQLServerSchemaManager.php137 return $this->_platform->getCurrentTimestampSQL();
H A DMySQLSchemaManager.php269 return $platform->getCurrentTimestampSQL();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php92 $default = $this->_platform->getCurrentTimestampSQL();
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php81 $default = $this->_platform->getCurrentTimestampSQL();
H A DMySqlSchemaManager.php234 return $platform->getCurrentTimestampSQL();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php144 return $this->_platform->getCurrentTimestampSQL();
H A DMySqlSchemaManager.php263 return $platform->getCurrentTimestampSQL();
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php142 return $this->_platform->getCurrentTimestampSQL();
H A DMySqlSchemaManager.php246 return $platform->getCurrentTimestampSQL();
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php144 return $this->_platform->getCurrentTimestampSQL();
H A DMySqlSchemaManager.php263 return $platform->getCurrentTimestampSQL();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php263 return $platform->getCurrentTimestampSQL();
H A DSQLServerSchemaManager.php145 return $this->_platform->getCurrentTimestampSQL();
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php145 return $this->_platform->getCurrentTimestampSQL();
H A DMySqlSchemaManager.php260 return $platform->getCurrentTimestampSQL();
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php145 return $this->_platform->getCurrentTimestampSQL();
H A DMySqlSchemaManager.php260 return $platform->getCurrentTimestampSQL();
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DMySqlSchemaManager.php263 return $platform->getCurrentTimestampSQL();
H A DSQLServerSchemaManager.php145 return $this->_platform->getCurrentTimestampSQL();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php1561 …type'], array('DateTime', 'DateTimeTz')) && $field['default'] == $this->getCurrentTimestampSQL()) {
1562 return " DEFAULT " . $this->getCurrentTimestampSQL();

123