Home
last modified time | relevance | path

Searched refs:getCreateIndexSQL (Results 1 – 25 of 103) sorted by relevance

12345

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php278 $query[] = $this->getCreateIndexSQL($indexDef, $name);
284 $query[] = $this->getCreateIndexSQL($indexDef, $name);
H A DSQLServerPlatform.php215 $sql[] = $this->getCreateIndexSQL($index, $tableName);
255 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
257 $constraint = parent::getCreateIndexSQL($index, $table);
/dports/www/moodle310/moodle/lib/ddl/
H A Dpostgres_sql_generator.php115 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in postgres_sql_generator
116 $sqls = parent::getCreateIndexSQL($xmldb_table, $xmldb_index);
H A Dmssql_sql_generator.php143 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in mssql_sql_generator
144 list($indexsql) = parent::getCreateIndexSQL($xmldb_table, $xmldb_index);
H A Dsql_generator.php358 if ($indextext = $this->getCreateIndexSQL($xmldb_table, $xmldb_index)) {
387 if ($indextext = $this->getCreateIndexSQL($xmldb_table, $index)) {
421 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in sql_generator
1014 return $this->getCreateIndexSQL($xmldb_table, $xmldb_index);
/dports/www/moodle39/moodle/lib/ddl/
H A Dpostgres_sql_generator.php115 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in postgres_sql_generator
116 $sqls = parent::getCreateIndexSQL($xmldb_table, $xmldb_index);
H A Dmssql_sql_generator.php143 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in mssql_sql_generator
144 list($indexsql) = parent::getCreateIndexSQL($xmldb_table, $xmldb_index);
H A Dsql_generator.php358 if ($indextext = $this->getCreateIndexSQL($xmldb_table, $xmldb_index)) {
387 if ($indextext = $this->getCreateIndexSQL($xmldb_table, $index)) {
421 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in sql_generator
1014 return $this->getCreateIndexSQL($xmldb_table, $xmldb_index);
/dports/www/moodle311/moodle/lib/ddl/
H A Dpostgres_sql_generator.php115 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in postgres_sql_generator
116 $sqls = parent::getCreateIndexSQL($xmldb_table, $xmldb_index);
H A Dmssql_sql_generator.php143 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in mssql_sql_generator
144 list($indexsql) = parent::getCreateIndexSQL($xmldb_table, $xmldb_index);
H A Dsql_generator.php358 if ($indextext = $this->getCreateIndexSQL($xmldb_table, $xmldb_index)) {
387 if ($indextext = $this->getCreateIndexSQL($xmldb_table, $index)) {
421 public function getCreateIndexSQL($xmldb_table, $xmldb_index) { function in sql_generator
1014 return $this->getCreateIndexSQL($xmldb_table, $xmldb_index);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php416 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
418 return parent::getCreateIndexSQL($index, $table). $this->getAdvancedIndexOptionsSQL($index);
1219 $indexSql[] = $this->getCreateIndexSQL($index, $tableName);
H A DDB2Platform.php460 $sqls[] = $this->getCreateIndexSQL($definition, $tableName);
668 $sql[] = $this->getCreateIndexSQL($addIndex, $table);
H A DSqlitePlatform.php348 $query[] = $this->getCreateIndexSQL($indexDef, $name);
354 $query[] = $this->getCreateIndexSQL($indexDef, $name);
654 $sql[] = $this->getCreateIndexSQL($index, $tableName->getQuotedName($this));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DDB2Platform.php492 $sqls[] = $this->getCreateIndexSQL($definition, $tableName);
700 $sql[] = $this->getCreateIndexSQL($addIndex, $table);
H A DSQLAnywherePlatform.php418 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
420 return parent::getCreateIndexSQL($index, $table). $this->getAdvancedIndexOptionsSQL($index);
1238 $indexSql[] = $this->getCreateIndexSQL($index, $tableName);
H A DSqlitePlatform.php348 $query[] = $this->getCreateIndexSQL($indexDef, $name);
354 $query[] = $this->getCreateIndexSQL($indexDef, $name);
658 $sql[] = $this->getCreateIndexSQL($index, $tableName->getQuotedName($this));
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DSqlitePlatform.php366 $query[] = $this->getCreateIndexSQL($indexDef, $name);
372 $query[] = $this->getCreateIndexSQL($indexDef, $name);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php408 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
410 … return parent::getCreateIndexSQL($index, $table) . $this->getAdvancedIndexOptionsSQL($index);
1255 $indexSql[] = $this->getCreateIndexSQL($index, $tableName);
H A DDB2Platform.php503 $sqls[] = $this->getCreateIndexSQL($definition, $tableName);
713 $sql[] = $this->getCreateIndexSQL($addIndex, $table);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php412 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
414 … return parent::getCreateIndexSQL($index, $table) . $this->getAdvancedIndexOptionsSQL($index);
1265 $indexSql[] = $this->getCreateIndexSQL($index, $name);
H A DDB2Platform.php502 $sqls[] = $this->getCreateIndexSQL($definition, $name);
728 $sql[] = $this->getCreateIndexSQL($addIndex, $table);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php410 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
412 … return parent::getCreateIndexSQL($index, $table) . $this->getAdvancedIndexOptionsSQL($index);
1260 $indexSql[] = $this->getCreateIndexSQL($index, $tableName);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php412 public function getCreateIndexSQL(Index $index, $table) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
414 … return parent::getCreateIndexSQL($index, $table) . $this->getAdvancedIndexOptionsSQL($index);
1265 $indexSql[] = $this->getCreateIndexSQL($index, $name);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DDB2Platform.php502 $sqls[] = $this->getCreateIndexSQL($definition, $name);
728 $sql[] = $this->getCreateIndexSQL($addIndex, $table);

12345