메소드 |
설명 |
|
beginTransaction ( DatabaseCoupler $coupler ) : void |
$connectionHandlers 가 갖고 있는 connection transaction 처리. |
|
commit ( DatabaseCoupler $coupler ) : void |
$connectionHandlers 가 갖고 있는 connection commit. |
|
destruct ( ) : void |
destroy singleton instance |
|
instance ( ) : TransactionHandler |
create instance if not exists |
|
rollBack ( DatabaseCoupler $coupler ) : void |
$connectionHandlers 가 갖고 있는 connection Rollbsack. |
|
setCurrent ( Connection $connection ) : void |
Database 연길 할 때 transaction 이 진행 중이라면 연결하려는 $connection 의 transaction 시작
\Illuminiate\Database\Connection 의 transaction level 은 0 또는 1 로 제한. |
|
transactionLevel ( ) : integer |
Get the number of active transactions. |
|