MongoDB\Driver\Session::abortTransaction

(mongodb >=1.5.0)

MongoDB\Driver\Session::abortTransactionAborts a transaction

Description

final public MongoDB\Driver\Session::abortTransaction ( void ) : void

This method aborts an existing transaction and all the associated operations are rolled back. It is like all operations that were part of this transaction never existed.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Aucune valeur n'est retournée.

Erreurs / Exceptions

  • Lance une exception MongoDB\Driver\InvalidArgumentException lors d'une erreur survenue pendant l'analyse d'un argument.
  • Throws MongoDB\Driver\Exception\RuntimeException if the the transaction could not be aborted (e.g. a transaction was not started).

Voir aussi