Home
last modified time | relevance | path

Searched refs:supportsForeignKeyConstraints (Results 1 – 25 of 58) sorted by relevance

123

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/
H A DSchemaDiff.php127 if ($platform->supportsForeignKeyConstraints() && $saveMode == false) {
156 if ($platform->supportsForeignKeyConstraints()) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php155 if ($platform->supportsForeignKeyConstraints() && $saveMode == false) {
184 if ($platform->supportsForeignKeyConstraints()) {
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php155 if ($platform->supportsForeignKeyConstraints() && $saveMode == false) {
184 if ($platform->supportsForeignKeyConstraints()) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php117 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
146 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php117 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
146 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaDiff.php118 if ($platform->supportsForeignKeyConstraints() && $saveMode === false) {
147 if (! $platform->supportsForeignKeyConstraints()) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php58 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php58 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/
H A DCreateSchemaSqlCollector.php59 if (! $this->platform->supportsForeignKeyConstraints()) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php89 if ($this->platform->supportsForeignKeyConstraints()) {
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/
H A DCreateSchemaSqlCollector.php89 if ($this->platform->supportsForeignKeyConstraints()) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/
H A DDatabaseDriver.php277 $foreignKeys = ($this->_sm->getDatabasePlatform()->supportsForeignKeyConstraints())
493 return ($this->_sm->getDatabasePlatform()->supportsForeignKeyConstraints())
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/
H A DDatabaseDriver.php280 $foreignKeys = ($this->_sm->getDatabasePlatform()->supportsForeignKeyConstraints())
514 return ($this->_sm->getDatabasePlatform()->supportsForeignKeyConstraints())

123