Home
last modified time | relevance | path

Searched refs:getCreateTableSQL (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php21 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
23 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php19 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
21 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php19 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
21 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php21 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
23 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php19 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
21 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php19 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
21 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php21 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
23 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php21 public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
23 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php36 public function getCreateTableSQL(Table $table, $createFlags=self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
38 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php36 public function getCreateTableSQL(Table $table, $createFlags=self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
38 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAzurePlatform.php36 public function getCreateTableSQL(Table $table, $createFlags=self::CREATE_INDEXES) function in Doctrine\\DBAL\\Platforms\\SQLAzurePlatform
38 $sql = parent::getCreateTableSQL($table, $createFlags);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php122 $createSql = $this->getCreateTableSQL($table);
288 $createSql = $this->getCreateTableSQL($table) ?? '';
533 private function getCreateTableSQL(string $table): ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
560 $tableCreateSql = $this->getCreateTableSQL($name) ?? '';
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php124 $createSql = $this->getCreateTableSQL($table);
284 $createSql = $this->getCreateTableSQL($table) ?? '';
529 private function getCreateTableSQL(string $table): ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
556 $tableCreateSql = $this->getCreateTableSQL($name) ?? '';
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php122 $createSql = $this->getCreateTableSQL($table);
288 $createSql = $this->getCreateTableSQL($table) ?? '';
538 private function getCreateTableSQL(string $table): ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
565 $tableCreateSql = $this->getCreateTableSQL($name) ?? '';
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php120 $createSql = $this->getCreateTableSQL($table);
273 $createSql = $this->getCreateTableSQL($table) ?? '';
508 private function getCreateTableSQL(string $table) : ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
535 $tableCreateSql = $this->getCreateTableSQL($tableName) ?? '';
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php124 $createSql = $this->getCreateTableSQL($table);
284 $createSql = $this->getCreateTableSQL($table) ?? '';
529 private function getCreateTableSQL(string $table): ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
556 $tableCreateSql = $this->getCreateTableSQL($name) ?? '';
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php122 $createSql = $this->getCreateTableSQL($table);
288 $createSql = $this->getCreateTableSQL($table) ?? '';
538 private function getCreateTableSQL(string $table): ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
565 $tableCreateSql = $this->getCreateTableSQL($name) ?? '';
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php122 $createSql = $this->getCreateTableSQL($table);
288 $createSql = $this->getCreateTableSQL($table) ?? '';
533 private function getCreateTableSQL(string $table): ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
560 $tableCreateSql = $this->getCreateTableSQL($name) ?? '';
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DSqliteSchemaManager.php122 $createSql = $this->getCreateTableSQL($table);
273 $createSql = $this->getCreateTableSQL($table);
526 private function getCreateTableSQL(string $table): string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
561 $tableCreateSql = $this->getCreateTableSQL($name);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSqliteSchemaManager.php120 $createSql = $this->getCreateTableSQL($table);
271 $createSql = $this->getCreateTableSQL($table) ?? '';
482 private function getCreateTableSQL(string $table) : ?string function in Doctrine\\DBAL\\Schema\\SqliteSchemaManager
/dports/www/moodle311/moodle/lib/ddl/
H A Dmysql_sql_generator.php206 public function getCreateTableSQL($xmldb_table) { function in mysql_sql_generator
224 $sqlarr = parent::getCreateTableSQL($xmldb_table);
357 $sqlarr = parent::getCreateTableSQL($xmldb_table);
/dports/www/moodle310/moodle/lib/ddl/
H A Dmysql_sql_generator.php206 public function getCreateTableSQL($xmldb_table) { function in mysql_sql_generator
224 $sqlarr = parent::getCreateTableSQL($xmldb_table);
357 $sqlarr = parent::getCreateTableSQL($xmldb_table);
/dports/www/moodle39/moodle/lib/ddl/
H A Dmysql_sql_generator.php206 public function getCreateTableSQL($xmldb_table) { function in mysql_sql_generator
224 $sqlarr = parent::getCreateTableSQL($xmldb_table);
357 $sqlarr = parent::getCreateTableSQL($xmldb_table);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php51 …eTableQueries = array_merge($this->createTableQueries, $this->platform->getCreateTableSQL($table));
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php50 …eries = array_merge($this->createTableQueries, (array) $this->platform->getCreateTableSQL($table));

1234