Home
last modified time | relevance | path

Searched refs:dropDatabase (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Ddrop_database_test.cpp193 Database::dropDatabase(opCtx, db); in _removeDatabaseFromCatalog()
198 ASSERT_EQUALS(ErrorCodes::NamespaceNotFound, dropDatabase(_opCtx.get(), _nss.db().toString())); in TEST_F()
206 ASSERT_EQUALS(ErrorCodes::NotMaster, dropDatabase(_opCtx.get(), _nss.db().toString())); in TEST_F()
227 ASSERT_OK(dropDatabase(opCtx, nss.db().toString())); in _testDropDatabase()
281 ASSERT_EQUALS(ErrorCodes::WriteConcernFailed, dropDatabase(_opCtx.get(), _nss.db().toString())); in TEST_F()
310 ASSERT_THROWS_CODE_AND_WHAT(dropDatabase(_opCtx.get(), _nss.db().toString()).ignore(), in TEST_F()
325 ASSERT_EQUALS(ErrorCodes::WriteConcernFailed, dropDatabase(opCtx, nss.db().toString())); in _testDropDatabaseResetsDropPendingStateIfAwaitReplicationFails()
405 ASSERT_OK(dropDatabase(_opCtx.get(), _nss.db().toString())); in TEST_F()
423 auto status = dropDatabase(_opCtx.get(), _nss.db().toString()); in TEST_F()
446 auto status = dropDatabase(_opCtx.get(), _nss.db().toString()); in TEST_F()
[all …]
H A Ddatabase.cpp59 stdx::function<decltype(Database::dropDatabase)> dropDatabaseImpl;
62 void Database::dropDatabase(OperationContext* const opCtx, Database* const db) { in dropDatabase() function in mongo::Database
66 void Database::registerDropDatabaseImpl(stdx::function<decltype(dropDatabase)> impl) { in registerDropDatabaseImpl()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Drollbacktests.cpp157 dropDatabase(&opCtx, nss); in run()
188 dropDatabase(&opCtx, nss); in run()
230 dropDatabase(&opCtx, source); in run()
360 dropDatabase(&opCtx, nss); in run()
426 dropDatabase(&opCtx, nss); in run()
472 dropDatabase(&opCtx, nss); in run()
527 dropDatabase(&opCtx, nss); in run()
568 dropDatabase(&opCtx, nss); in run()
621 dropDatabase(&opCtx, nss); in run()
665 dropDatabase(&opCtx, nss); in run()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Ddrop_database.toml3 documentation = "DropDatabase performs a dropDatabase operation"
10 name = "dropDatabase"
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/integration/Platform/
H A DPgsqlFixtureLoader.php30 $this->dropDatabase();
61 public function dropDatabase() function in ZendIntegrationTest\\Db\\Platform\\PgsqlFixtureLoader
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Connection/
H A DSqlite.php119 public function dropDatabase() function in Doctrine_Connection_Sqlite
127 $this->export->dropDatabase($info['database']);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php41 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
44 parent::dropDatabase($database);
62 parent::dropDatabase($database);
H A DSQLAnywhereSchemaManager.php57 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLAnywhereSchemaManager
60 parent::dropDatabase($database);
H A DOracleSchemaManager.php39 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\OracleSchemaManager
42 parent::dropDatabase($database);
60 parent::dropDatabase($database);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php26 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
29 parent::dropDatabase($database);
47 parent::dropDatabase($database);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php29 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
32 parent::dropDatabase($database);
51 parent::dropDatabase($database);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php29 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
32 parent::dropDatabase($database);
51 parent::dropDatabase($database);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php29 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
32 parent::dropDatabase($database);
51 parent::dropDatabase($database);
/dports/www/matomo/piwik/core/Db/
H A DSchema.php123 public function dropDatabase($dbName = null) function in Piwik\\Db\\Schema
125 $this->getSchema()->dropDatabase($dbName);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php30 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
33 parent::dropDatabase($database);
52 parent::dropDatabase($database);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php30 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
33 parent::dropDatabase($database);
52 parent::dropDatabase($database);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php30 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
33 parent::dropDatabase($database);
52 parent::dropDatabase($database);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLServerSchemaManager.php30 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLServerSchemaManager
33 parent::dropDatabase($database);
52 parent::dropDatabase($database);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php57 public function dropDatabase($database) function in Doctrine\\DBAL\\Schema\\SQLAnywhereSchemaManager
60 parent::dropDatabase($database);

12345678910