mongodb driver manager select database

readPreference, MongoDB-Driver-ReadPreference, Optional. ... The selected database inherits options such as read prefere...

mongodb driver manager select database

readPreference, MongoDB-Driver-ReadPreference, Optional. ... The selected database inherits options such as read preference and type mapping from the ... ,MongoDB-Driver-Manager::executeQuery — Execute a database query ... Optionally, a MongoDB-Driver-ReadPreference to select the server for this operation.

相關軟體 MongoDB 資訊

MongoDB
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹

mongodb driver manager select database 相關參考資料
Convert a MongoDB code with MongoDBDriverManager - Stack Overflow

You can use the new mongo client driver which provides all the methods ... $m= new MongoDB-Client("mongodb://127.0.0.1/"); $db = $m->db; ...

https://stackoverflow.com

MongoDBClient::selectDatabase() — PHP Library Manual 1.2

readPreference, MongoDB-Driver-ReadPreference, Optional. ... The selected database inherits options such as read preference and type mapping from the ...

https://docs.mongodb.com

MongoDBDriverManager::executeQuery

MongoDB-Driver-Manager::executeQuery — Execute a database query ... Optionally, a MongoDB-Driver-ReadPreference to select the server for this operation.

https://doc.bccnsoft.com

MongoDBDriverManager::executeQuery - Manual - PHP

MongoDB-Driver-Manager::executeQuery Selects a server according to the "readPreference" option and executes the query on that server. By default, the read preference from the MongoDB Connect...

https://www.php.net

PHP: MongoDBDriverManager - Manual - PHP.net

The MongoDB-Driver-Manager is the main entry point to the extension. It is responsible for maintaining connections to MongoDB (be it standalone server, replica set, or sharded cluster). No connection ...

https://www.php.net