Home
last modified time | relevance | path

Searched refs:getUniqueConstraintDeclarationSQL (Results 1 – 25 of 68) sorted by relevance

123

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php191 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
243 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
245 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DDB2Platform.php311 return $this->getUniqueConstraintDeclarationSQL($name, $index);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php1184 … 'Cannot create primary key constraint declarations with getUniqueConstraintDeclarationSQL().'
1191 'getUniqueConstraintDeclarationSQL().'
H A DSQLServerPlatform.php283 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
410 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
412 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php1184 … 'Cannot create primary key constraint declarations with getUniqueConstraintDeclarationSQL().'
1191 'getUniqueConstraintDeclarationSQL().'
H A DSQLServerPlatform.php283 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
410 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
412 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php1184 … 'Cannot create primary key constraint declarations with getUniqueConstraintDeclarationSQL().'
1191 'getUniqueConstraintDeclarationSQL().'
H A DSQLServerPlatform.php283 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
410 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
412 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php1184 … 'Cannot create primary key constraint declarations with getUniqueConstraintDeclarationSQL().'
1191 'getUniqueConstraintDeclarationSQL().'
H A DSQLServerPlatform.php283 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
410 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
412 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php261 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
370 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
372 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DSQLAnywherePlatform.php1144 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
1231 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
H A DDrizzlePlatform.php203 … $queryFields .= ', ' . $this->getUniqueConstraintDeclarationSQL($index, $definition);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php229 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
338 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
340 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DSQLAnywherePlatform.php1125 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
1212 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
H A DDrizzlePlatform.php203 … $queryFields .= ', ' . $this->getUniqueConstraintDeclarationSQL($index, $definition);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php282 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
409 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
411 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DSQLAnywherePlatform.php1171 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
1258 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php275 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
392 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
394 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DSQLAnywherePlatform.php1161 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
1248 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
H A DDrizzlePlatform.php197 … $queryFields .= ', ' . $this->getUniqueConstraintDeclarationSQL($index, $definition);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php279 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
403 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
405 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DSQLAnywherePlatform.php1166 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
1253 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServerPlatform.php282 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);
409 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
411 $constraint = parent::getUniqueConstraintDeclarationSQL($name, $index);
H A DSQLAnywherePlatform.php1171 public function getUniqueConstraintDeclarationSQL($name, Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
1258 … $columnListSql .= ', ' . $this->getUniqueConstraintDeclarationSQL($name, $definition);

123