MongoDB driver classes
- MongoDB\Driver\Manager — The MongoDB\Driver\Manager class
- MongoDB\Driver\Manager::__construct — Create new MongoDB Manager
- MongoDB\Driver\Manager::executeBulkWrite — Execute one or more write operations
- MongoDB\Driver\Manager::executeCommand — Execute a database command
- MongoDB\Driver\Manager::executeQuery — Execute a database query
- MongoDB\Driver\Manager::executeReadCommand — Execute a database command that reads
- MongoDB\Driver\Manager::executeReadWriteCommand — Execute a database command that reads and writes
- MongoDB\Driver\Manager::executeWriteCommand — Execute a database command that writes
- MongoDB\Driver\Manager::getReadConcern — Return the ReadConcern for the Manager
- MongoDB\Driver\Manager::getReadPreference — Return the ReadPreference for the Manager
- MongoDB\Driver\Manager::getServers — Retourner les serveurs auxquels ce gestionnaire est connecté
- MongoDB\Driver\Manager::getWriteConcern — Return the WriteConcern for the Manager
- MongoDB\Driver\Manager::selectServer — Select a server matching a read preference
- MongoDB\Driver\Manager::startSession — Start a new client session for use with this client
- MongoDB\Driver\Command — The MongoDB\Driver\Command class
- MongoDB\Driver\Command::__construct — Crée une nouvelle commande
- MongoDB\Driver\Query — La classe MongoDB\Driver\Query
- MongoDB\Driver\Query::__construct — Create a new Query
- MongoDB\Driver\BulkWrite — The MongoDB\Driver\BulkWrite class
- MongoDB\Driver\BulkWrite::__construct — Create a new BulkWrite
- MongoDB\Driver\BulkWrite::count — Count number of write operations in the bulk
- MongoDB\Driver\BulkWrite::delete — Add a delete operation to the bulk
- MongoDB\Driver\BulkWrite::insert — Add an insert operation to the bulk
- MongoDB\Driver\BulkWrite::update — Add an update operation to the bulk
- MongoDB\Driver\Session — The MongoDB\Driver\Session class
- MongoDB\Driver\Session::abortTransaction — Aborts a transaction
- MongoDB\Driver\Session::advanceClusterTime — Advances the cluster time for this session
- MongoDB\Driver\Session::advanceOperationTime — Advances the operation time for this session
- MongoDB\Driver\Session::commitTransaction — Commits a transaction
- MongoDB\Driver\Session::__construct — Create a new Session (not used)
- MongoDB\Driver\Session::endSession — Terminates a session
- MongoDB\Driver\Session::getClusterTime — Returns the cluster time for this session
- MongoDB\Driver\Session::getLogicalSessionId — Returns the logical session ID for this session
- MongoDB\Driver\Session::getOperationTime — Returns the operation time for this session
- MongoDB\Driver\Session::startTransaction — Starts a transaction
- MongoDB\Driver\WriteConcern — La classe MongoDB\Driver\WriteConcern
- MongoDB\Driver\WriteConcern::bsonSerialize — Returns an object for BSON serialization
- MongoDB\Driver\WriteConcern::__construct — Construit un WriteConcern
- MongoDB\Driver\WriteConcern::getJournal — Returns the WriteConcern's "journal" option
- MongoDB\Driver\WriteConcern::getW — Returns the WriteConcern's "w" option
- MongoDB\Driver\WriteConcern::getWtimeout — Returns the WriteConcern's "wtimeout" option
- MongoDB\Driver\WriteConcern::isDefault — Checks if this is the default write concern
- MongoDB\Driver\ReadPreference — La classe MongoDB\Driver\ReadPreference
- MongoDB\Driver\ReadPreference::bsonSerialize — Returns an object for BSON serialization
- MongoDB\Driver\ReadPreference::__construct — Créer un nouveau ReadPreference
- MongoDB\Driver\ReadPreference::getMaxStalenessSeconds — Returns the ReadPreference's "maxStalenessSeconds" option
- MongoDB\Driver\ReadPreference::getMode — Returns the ReadPreference's "mode" option
- MongoDB\Driver\ReadPreference::getTagSets — Returns the ReadPreference's "tagSets" option
- MongoDB\Driver\ReadConcern — The MongoDB\Driver\ReadConcern class
- MongoDB\Driver\ReadConcern::bsonSerialize — Returns an object for BSON serialization
- MongoDB\Driver\ReadConcern::__construct — Create a new ReadConcern
- MongoDB\Driver\ReadConcern::getLevel — Returns the ReadConcern's "level" option
- MongoDB\Driver\ReadConcern::isDefault — Checks if this is the default read concern
- MongoDB\Driver\Cursor — La classe MongoDB\Driver\Cursor
- MongoDB\Driver\Cursor::__construct — Créer un nouveau curseur (non utilisé)
- MongoDB\Driver\Cursor::getId — Retourne l'ID de ce curseur
- MongoDB\Driver\Cursor::getServer — Retourne le serveur associé à ce curseur
- MongoDB\Driver\Cursor::isDead — Vérifie si le curseur peut avoir des résultats supplémentaires
- MongoDB\Driver\Cursor::setTypeMap — Défini un type de carte à utiliser pour la délinéarisation BSON
- MongoDB\Driver\Cursor::toArray — Retourne un tableau contenant tous les résultats pour ce curseur
- MongoDB\Driver\CursorId — La classe MongoDB\Driver\CursorId
- MongoDB\Driver\CursorId::__construct — Créer un nouveau CursorId (non utilisé)
- MongoDB\Driver\CursorId::__toString — Représentation sous forme de chaîne de l'ID de curseur
- MongoDB\Driver\Server — La classe MongoDB\Driver\Server
- MongoDB\Driver\Server::__construct — Créer un nouveau serveur (non utilisé)
- MongoDB\Driver\Server::executeBulkWrite — Exécute une ou plusieurs opérations d'écriture sur ce serveur
- MongoDB\Driver\Server::executeCommand — Exécute une commande de base de données sur ce serveur
- MongoDB\Driver\Server::executeQuery — Exécute une requête de base de données sur ce serveur
- MongoDB\Driver\Server::executeReadCommand — Execute a database command that reads on this server
- MongoDB\Driver\Server::executeReadWriteCommand — Execute a database command that reads and writes on this server
- MongoDB\Driver\Server::executeWriteCommand — Execute a database command that writes on this server
- MongoDB\Driver\Server::getHost — Retourne le nom d'hôte du serveur
- MongoDB\Driver\Server::getInfo — Retourne un tableau d'informations sur ce serveur
- MongoDB\Driver\Server::getLatency — Retourne la latence de ce serveur
- MongoDB\Driver\Server::getPort — Retourne le port sur lequel le serveur écoute
- MongoDB\Driver\Server::getTags — Returns an array of tags describing this server in a replica set
- MongoDB\Driver\Server::getType — Retourne un entier représentant le type du serveur
- MongoDB\Driver\Server::isArbiter — Checks if this server is an arbiter member of a replica set
- MongoDB\Driver\Server::isHidden — Checks if this server is a hidden member of a replica set
- MongoDB\Driver\Server::isPassive — Vérifie si le serveur est un membre passif du jeu de réplication
- MongoDB\Driver\Server::isPrimary — Checks if this server is a primary member of a replica set
- MongoDB\Driver\Server::isSecondary — Checks if this server is a secondary member of a replica set
- MongoDB\Driver\WriteConcernError — La classe MongoDB\Driver\WriteConcernError
- MongoDB\Driver\WriteConcernError::getCode — Retourne le code d'erreur de WriteConcernError
- MongoDB\Driver\WriteConcernError::getInfo — Retourne des métadonnées supplémentaires pour le WriteConcernError
- MongoDB\Driver\WriteConcernError::getMessage — Renvoie le message d'erreur du WriteConcernError
- MongoDB\Driver\WriteError — La classe MongoDB\Driver\WriteError
- MongoDB\Driver\WriteError::getCode — Retourne le code d'erreur de WriteError
- MongoDB\Driver\WriteError::getIndex — Retourne l'index de l'opération d'écriture correspondant à ce WriteError
- MongoDB\Driver\WriteError::getInfo — Retourne des métadonnées additionneles pour WriteError
- MongoDB\Driver\WriteError::getMessage — Renvoie le message d'erreur du WriteError
- MongoDB\Driver\WriteResult — La classe MongoDB\Driver\WriteResult
- MongoDB\Driver\WriteResult::getDeletedCount — Renvoie le nombre de documents supprimés
- MongoDB\Driver\WriteResult::getInsertedCount — Renvoie le nombre de documents insérés (à l'exception de Upserts)
- MongoDB\Driver\WriteResult::getMatchedCount — Renvoie le nombre de documents sélectionnés pour la mise à jour
- MongoDB\Driver\WriteResult::getModifiedCount — Renvoie le nombre de documents existants mis à jour
- MongoDB\Driver\WriteResult::getServer — Retourne le serveur associé à ce résultat d'écriture
- MongoDB\Driver\WriteResult::getUpsertedCount — Renvoie le nombre de documents insérés par un upsert
- MongoDB\Driver\WriteResult::getUpsertedIds — Retourne un tableau d'identificateurs pour les documents upserted
- MongoDB\Driver\WriteResult::getWriteConcernError — Retourne toute erreur de WriteConcern qui s'est produite
- MongoDB\Driver\WriteResult::getWriteErrors — Retourne toutes les erreurs d'écriture qui se sont produites
- MongoDB\Driver\WriteResult::isAcknowledged — Retourne si l'écriture a été reconnue
Version en cache
03/01/2025 14:14:15 Cette version de la page est en cache (à la date du 03/01/2025 14:14:15) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/01/2003, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/php-rf-book.mongodb.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.