Home
last modified time | relevance | path

Searched refs:doctrineTypeMapping (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php104 $this->doctrineTypeMapping['datetime2'] = 'datetime';
105 $this->doctrineTypeMapping['date'] = 'date';
106 $this->doctrineTypeMapping['time'] = 'time';
107 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DAbstractPlatform.php135 protected $doctrineTypeMapping = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
248 $this->doctrineTypeMapping[$dbType] = $typeName;
393 if ($this->doctrineTypeMapping === null) {
402 $this->doctrineTypeMapping[$dbType] = $doctrineType;
416 if ($this->doctrineTypeMapping === null) {
422 if (!isset($this->doctrineTypeMapping[$dbType])) {
426 return $this->doctrineTypeMapping[$dbType];
438 if ($this->doctrineTypeMapping === null) {
444 return isset($this->doctrineTypeMapping[$dbType]);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php104 $this->doctrineTypeMapping['datetime2'] = 'datetime';
105 $this->doctrineTypeMapping['date'] = 'date';
106 $this->doctrineTypeMapping['time'] = 'time';
107 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DAbstractPlatform.php135 protected $doctrineTypeMapping = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
248 $this->doctrineTypeMapping[$dbType] = $typeName;
393 if ($this->doctrineTypeMapping === null) {
402 $this->doctrineTypeMapping[$dbType] = $doctrineType;
416 if ($this->doctrineTypeMapping === null) {
422 if (!isset($this->doctrineTypeMapping[$dbType])) {
426 return $this->doctrineTypeMapping[$dbType];
438 if ($this->doctrineTypeMapping === null) {
444 return isset($this->doctrineTypeMapping[$dbType]);
H A DPostgreSQL92Platform.php73 $this->doctrineTypeMapping['json'] = 'json_array';
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php100 $this->doctrineTypeMapping['datetime2'] = 'datetime';
101 $this->doctrineTypeMapping['date'] = 'date';
102 $this->doctrineTypeMapping['time'] = 'time';
103 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
H A DMariaDb1027Platform.php33 $this->doctrineTypeMapping['json'] = Types::JSON;
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php98 $this->doctrineTypeMapping['datetime2'] = 'datetime';
99 $this->doctrineTypeMapping['date'] = 'date';
100 $this->doctrineTypeMapping['time'] = 'time';
101 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
H A DMariaDb1027Platform.php33 $this->doctrineTypeMapping['json'] = Types::JSON;
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php97 $this->doctrineTypeMapping['datetime2'] = 'datetime';
98 $this->doctrineTypeMapping['date'] = 'date';
99 $this->doctrineTypeMapping['time'] = 'time';
100 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Type::JSON;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php100 $this->doctrineTypeMapping['datetime2'] = 'datetime';
101 $this->doctrineTypeMapping['date'] = 'date';
102 $this->doctrineTypeMapping['time'] = 'time';
103 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php98 $this->doctrineTypeMapping['datetime2'] = 'datetime';
99 $this->doctrineTypeMapping['date'] = 'date';
100 $this->doctrineTypeMapping['time'] = 'time';
101 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php97 $this->doctrineTypeMapping['datetime2'] = 'datetime';
98 $this->doctrineTypeMapping['date'] = 'date';
99 $this->doctrineTypeMapping['time'] = 'time';
100 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php100 $this->doctrineTypeMapping['datetime2'] = 'datetime';
101 $this->doctrineTypeMapping['date'] = 'date';
102 $this->doctrineTypeMapping['time'] = 'time';
103 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php100 $this->doctrineTypeMapping['datetime2'] = 'datetime';
101 $this->doctrineTypeMapping['date'] = 'date';
102 $this->doctrineTypeMapping['time'] = 'time';
103 $this->doctrineTypeMapping['datetimeoffset'] = 'datetimetz';
H A DPostgreSQL94Platform.php39 $this->doctrineTypeMapping['jsonb'] = Types::JSON;
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLServer2008Platform.php96 $this->doctrineTypeMapping['datetime2'] = 'datetime';
97 $this->doctrineTypeMapping['date'] = 'date';
98 $this->doctrineTypeMapping['time'] = 'time';
H A DAbstractPlatform.php95 protected $doctrineTypeMapping = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
203 $this->doctrineTypeMapping[$dbType] = $typeName;
293 if ($this->doctrineTypeMapping === null) {
302 $this->doctrineTypeMapping[$dbType] = $doctrineType;
314 if ($this->doctrineTypeMapping === null) {
320 if (!isset($this->doctrineTypeMapping[$dbType])) {
324 return $this->doctrineTypeMapping[$dbType];
336 if ($this->doctrineTypeMapping === null) {
341 return isset($this->doctrineTypeMapping[$dbType]);

1234567