MongoDB\Driver\Session::getTransactionState
(mongodb >=1.7.0)
MongoDB\Driver\Session::getTransactionState — Returns the current transaction state for this session
説明
final public MongoDB\Driver\Session::getTransactionState ( ) : string
Returns the transaction state for this session.
パラメータ
この関数にはパラメータはありません。
返り値
Returns the current transaction state for this session.
参考
- MongoDB\Driver\Session::isInTransaction() - Returns whether a multi-document transaction is in progress
- MongoDB\Driver\Session::getTransactionOptions() - Returns options for the currently running transaction