Module rbatis::tx[][src]

Structs

TxGuard

the TxGuard just like an Lock Guard, if TxGuard Drop, this tx will be commit or rollback

TxManager

the Transaction manager,It manages the life cycle of transactions and provides access across threads every tx_check_interval check tx is out of time(tx_lock_wait_timeout).if out, rollback tx. if tx manager will be drop, manager will rollback all of tx.

Enums

TxState