Home
last modified time | relevance | path

Searched refs:getCreateSequenceSQL (Results 1 – 25 of 90) sorted by relevance

1234

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php170 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
332 $sql[] = $this->getCreateSequenceSQL($column['sequence'], 1);
413 $sql[] = $this->getCreateSequenceSQL($sequence);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2012Platform.php45 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLServer2012Platform
H A DSQLAnywhere12Platform.php38 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php19 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php38 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
H A DSQLServer2012Platform.php45 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLServer2012Platform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php17 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
H A DSQLServer2012Platform.php33 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLServer2012Platform
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php17 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
H A DSQLServer2012Platform.php31 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLServer2012Platform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php19 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php17 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
H A DSQLServer2012Platform.php31 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLServer2012Platform
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php17 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
H A DSQLServer2012Platform.php33 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLServer2012Platform
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php19 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywhere12Platform.php19 public function getCreateSequenceSQL(Sequence $sequence) function in Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php71 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php70 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php71 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php71 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php70 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php71 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php71 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php71 $this->createSequenceQueries[] = $this->platform->getCreateSequenceSQL($sequence);

1234