MongoDB\Driver\Session::abortTransaction

(mongodb >=1.5.0)

MongoDB\Driver\Session::abortTransactionAborts a transaction

説明

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.

パラメータ

この関数にはパラメータはありません。

返り値

値を返しません。

エラー / 例外

参考