Home
last modified time | relevance | path

Searched refs:dropSchema (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php80 * @param Schema $dropSchema
83 public function getDropSchema(Schema $dropSchema) argument
91 if ( $dropSchema->hasTable($table->getName())) {
96 if ( ! $dropSchema->hasTable($table->getName())) {
100 if ( ! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
112 foreach ($dropSchema->getSequences() as $sequence) {
116 foreach ($dropSchema->getTables() as $table) {
179 * @param Schema $dropSchema
182 public function dropSchema(Schema $dropSchema) argument
184 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php52 * @param Schema $dropSchema
55 function getDropSchema(Schema $dropSchema); argument
84 * @param Schema $dropSchema
87 function dropSchema(Schema $dropSchema); argument
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php78 public function getDropSchema(Schema $dropSchema) argument
86 if ($dropSchema->hasTable($table->getName())) {
91 if ( ! $dropSchema->hasTable($table->getName())) {
95 if ( ! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
107 foreach ($dropSchema->getSequences() as $sequence) {
111 foreach ($dropSchema->getTables() as $table) {
164 public function dropSchema(Schema $dropSchema) function in Doctrine\\DBAL\\Schema\\Synchronizer\\SingleDatabaseSynchronizer
166 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php58 function getDropSchema(Schema $dropSchema); argument
93 function dropSchema(Schema $dropSchema); argument
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php78 public function getDropSchema(Schema $dropSchema) argument
86 if ($dropSchema->hasTable($table->getName())) {
91 if ( ! $dropSchema->hasTable($table->getName())) {
95 if ( ! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
107 foreach ($dropSchema->getSequences() as $sequence) {
111 foreach ($dropSchema->getTables() as $table) {
164 public function dropSchema(Schema $dropSchema) argument
166 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php58 function getDropSchema(Schema $dropSchema); argument
93 function dropSchema(Schema $dropSchema); argument
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php56 public function getDropSchema(Schema $dropSchema) argument
64 if ($dropSchema->hasTable($table->getName())) {
69 if (! $dropSchema->hasTable($table->getName())) {
73 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
85 foreach ($dropSchema->getSequences() as $sequence) {
89 foreach ($dropSchema->getTables() as $table) {
143 public function dropSchema(Schema $dropSchema) function in Doctrine\\DBAL\\Schema\\Synchronizer\\SingleDatabaseSynchronizer
145 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php34 public function getDropSchema(Schema $dropSchema); argument
64 public function dropSchema(Schema $dropSchema); argument
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php58 public function getDropSchema(Schema $dropSchema) argument
66 if ($dropSchema->hasTable($table->getName())) {
71 if (! $dropSchema->hasTable($table->getName())) {
75 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
87 foreach ($dropSchema->getSequences() as $sequence) {
91 foreach ($dropSchema->getTables() as $table) {
148 public function dropSchema(Schema $dropSchema) argument
150 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php36 public function getDropSchema(Schema $dropSchema); argument
66 public function dropSchema(Schema $dropSchema); argument
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php56 public function getDropSchema(Schema $dropSchema) argument
64 if ($dropSchema->hasTable($table->getName())) {
69 if (! $dropSchema->hasTable($table->getName())) {
73 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
85 foreach ($dropSchema->getSequences() as $sequence) {
89 foreach ($dropSchema->getTables() as $table) {
146 public function dropSchema(Schema $dropSchema) function in Doctrine\\DBAL\\Schema\\Synchronizer\\SingleDatabaseSynchronizer
148 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php34 public function getDropSchema(Schema $dropSchema); argument
64 public function dropSchema(Schema $dropSchema); argument
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php58 public function getDropSchema(Schema $dropSchema) argument
66 if ($dropSchema->hasTable($table->getName())) {
71 if (! $dropSchema->hasTable($table->getName())) {
75 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
87 foreach ($dropSchema->getSequences() as $sequence) {
91 foreach ($dropSchema->getTables() as $table) {
148 public function dropSchema(Schema $dropSchema) argument
150 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php36 public function getDropSchema(Schema $dropSchema); argument
66 public function dropSchema(Schema $dropSchema); argument
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php56 public function getDropSchema(Schema $dropSchema) argument
64 if ($dropSchema->hasTable($table->getName())) {
69 if (! $dropSchema->hasTable($table->getName())) {
73 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
85 foreach ($dropSchema->getSequences() as $sequence) {
89 foreach ($dropSchema->getTables() as $table) {
146 public function dropSchema(Schema $dropSchema) argument
148 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php34 public function getDropSchema(Schema $dropSchema); argument
64 public function dropSchema(Schema $dropSchema); function
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php55 public function getDropSchema(Schema $dropSchema) argument
63 if ($dropSchema->hasTable($table->getName())) {
68 if (! $dropSchema->hasTable($table->getName())) {
72 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
84 foreach ($dropSchema->getSequences() as $sequence) {
88 foreach ($dropSchema->getTables() as $table) {
145 public function dropSchema(Schema $dropSchema) function in Doctrine\\DBAL\\Schema\\Synchronizer\\SingleDatabaseSynchronizer
147 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php34 public function getDropSchema(Schema $dropSchema); argument
64 public function dropSchema(Schema $dropSchema); argument
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php58 public function getDropSchema(Schema $dropSchema) argument
66 if ($dropSchema->hasTable($table->getName())) {
71 if (! $dropSchema->hasTable($table->getName())) {
75 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
87 foreach ($dropSchema->getSequences() as $sequence) {
91 foreach ($dropSchema->getTables() as $table) {
148 public function dropSchema(Schema $dropSchema) argument
150 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php36 public function getDropSchema(Schema $dropSchema); argument
66 public function dropSchema(Schema $dropSchema); argument
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/
H A DSingleDatabaseSynchronizer.php58 public function getDropSchema(Schema $dropSchema) argument
66 if ($dropSchema->hasTable($table->getName())) {
71 if (! $dropSchema->hasTable($table->getName())) {
75 if (! $dropSchema->hasTable($foreignKey->getForeignTableName())) {
87 foreach ($dropSchema->getSequences() as $sequence) {
91 foreach ($dropSchema->getTables() as $table) {
148 public function dropSchema(Schema $dropSchema) argument
150 $this->processSqlSafely($this->getDropSchema($dropSchema));
H A DSchemaSynchronizer.php36 public function getDropSchema(Schema $dropSchema); argument
66 public function dropSchema(Schema $dropSchema); function
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Sharding/SQLAzure/
H A DSQLAzureFederationsSynchronizer.php111 * @param Schema $dropSchema
114 public function getDropSchema(Schema $dropSchema) argument
116 return $this->work($dropSchema, function($synchronizer, $schema) {
146 * @param Schema $dropSchema
149 public function dropSchema(Schema $dropSchema) argument
151 $this->processSqlSafely($this->getDropSchema($dropSchema));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/
H A DSQLAzureFederationsSynchronizer.php109 public function getDropSchema(Schema $dropSchema) argument
111 return $this->work($dropSchema, function ($synchronizer, $schema) {
135 public function dropSchema(Schema $dropSchema) argument
137 $this->processSqlSafely($this->getDropSchema($dropSchema));
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/
H A DSQLAzureFederationsSynchronizer.php89 public function getDropSchema(Schema $dropSchema) argument
91 return $this->work($dropSchema, static function ($synchronizer, $schema) {
115 public function dropSchema(Schema $dropSchema) function in Doctrine\\DBAL\\Sharding\\SQLAzure\\SQLAzureFederationsSynchronizer
117 $this->processSqlSafely($this->getDropSchema($dropSchema));

12345678910>>...18