Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionManage ¶
type TransactionManage struct { TrID XID // contains filtered or unexported fields }
全局维护事物的相关信息
var TM *TransactionManage
func NewTransactionManage ¶
func NewTransactionManage(scp tmSysInfoManager) *TransactionManage
func (*TransactionManage) AddToRWTrxList ¶
func (this *TransactionManage) AddToRWTrxList(tr *mtrs.Transaction)
func (*TransactionManage) TrxCommit ¶
func (tm *TransactionManage) TrxCommit()
func (*TransactionManage) TrxStart ¶
func (tm *TransactionManage) TrxStart() *mtrs.Transaction
Click to show internal directories.
Click to hide internal directories.