Home
last modified time | relevance | path

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

12

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php131 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php250 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php250 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php238 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php260 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php260 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php260 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php260 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php254 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php260 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DForeignKeyConstraint.php260 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DForeignKeyConstraint.php259 public function getQuotedForeignTableName(AbstractPlatform $platform) function in Doctrine\\DBAL\\Schema\\ForeignKeyConstraint
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php594 $foreignTableName = $foreignKey->getQuotedForeignTableName($this);
618 'REFERENCES ' . $foreignKey->getQuotedForeignTableName($this) .
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php598 $foreignTableName = $foreignKey->getQuotedForeignTableName($this);
622 'REFERENCES ' . $foreignKey->getQuotedForeignTableName($this) .
H A DAbstractPlatform.php1729 $referencesClause = ' REFERENCES ' . $constraint->getQuotedForeignTableName($this) .
2513 . $foreignKey->getQuotedForeignTableName($this) . ' ('
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php586 $foreignTableName = $foreignKey->getQuotedForeignTableName($this);
610 'REFERENCES ' . $foreignKey->getQuotedForeignTableName($this) .
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php590 $foreignTableName = $foreignKey->getQuotedForeignTableName($this);
614 'REFERENCES ' . $foreignKey->getQuotedForeignTableName($this) .
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php588 $foreignTableName = $foreignKey->getQuotedForeignTableName($this);
612 'REFERENCES ' . $foreignKey->getQuotedForeignTableName($this) .
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLAnywherePlatform.php590 $foreignTableName = $foreignKey->getQuotedForeignTableName($this);
614 'REFERENCES ' . $foreignKey->getQuotedForeignTableName($this) .
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DSqlitePlatform.php322 str_replace('.', '__', $foreignKey->getQuotedForeignTableName($this)),
H A DAbstractPlatform.php1784 $referencesClause = ' REFERENCES ' . $constraint->getQuotedForeignTableName($this) .
2568 . $foreignKey->getQuotedForeignTableName($this) . ' ('
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1823 $referencesClause = ' REFERENCES ' . $constraint->getQuotedForeignTableName($this) .
2619 . $foreignKey->getQuotedForeignTableName($this) . ' ('
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1823 $referencesClause = ' REFERENCES ' . $constraint->getQuotedForeignTableName($this) .
2619 . $foreignKey->getQuotedForeignTableName($this) . ' ('
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1823 $referencesClause = ' REFERENCES ' . $constraint->getQuotedForeignTableName($this) .
2619 . $foreignKey->getQuotedForeignTableName($this) . ' ('
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php1823 $referencesClause = ' REFERENCES ' . $constraint->getQuotedForeignTableName($this) .
2619 . $foreignKey->getQuotedForeignTableName($this) . ' ('

12