Home
last modified time | relevance | path

Searched refs:getCreateIndexSQLFlags (Results 1 – 25 of 41) sorted by relevance

12

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DMySqlPlatform.php518 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
H A DSQLServerPlatform.php269 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php1408 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1421 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1763 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1792 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2348 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php848 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1757 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1786 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2342 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php769 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
H A DSQLAnywherePlatform.php1380 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1797 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1822 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2372 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php867 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1845 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1870 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2434 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php891 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1822 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1847 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2406 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php881 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1845 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
1870 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
2434 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php891 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1858 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
2447 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php891 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1858 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
2447 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php891 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1858 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
2447 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php891 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1858 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
2447 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this) . ' ('
H A DMySqlPlatform.php891 protected function getCreateIndexSQLFlags(Index $index) function in Doctrine\\DBAL\\Platforms\\MySqlPlatform
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DAbstractPlatform.php1819 … $query = 'CREATE ' . $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name . ' ON ' . $table;
2396 return $this->getCreateIndexSQLFlags($index) . 'INDEX ' . $name->getQuotedName($this)

12