|
MongoDB\Driver\Session::abortTransactionAborts a transaction Description
final public void MongoDB\Driver\Session::abortTransaction()
Terminates the multi-document transaction and rolls back any data changes made by the operations within the transaction. That is, the transaction ends without saving any of the changes made by the operations in the transaction. ParametersThis function has no parameters. Return ValuesNo value is returned. Errors/Exceptions
See Also
|