Versions in this module Expand all Collapse all v0 v0.0.2 Nov 25, 2024 v0.0.1 Nov 25, 2024 Changes in this version + type Property struct + Alias string + DB *TblDB + Key string + Name string + Op string + Path string + Table *TblTable + Tables []string + type TblDB struct + Addr *util.DBAddress + Address string + BakAddress string + CreatedAt time.Time + Creator uint64 + DebugTmp int8 + Desc string + Id int + Intro string + Manager string + Name string + Network string + OmitErrorTmp int8 + ProductID int + ReadTimeoutTmp int + Status int8 + Type int + UpdatedAt time.Time + Version string + WarnTimeoutTmp int + WriteTimeoutTmp int + type TblTable struct + CreatedAt time.Time + Creator uint64 + DB int + Definition string + Desc string + Id int + Intro string + Name string + Namespace string + Status int8 + TableFields string + TableIndexs string + TableVerify string + UpdatedAt time.Time + type TransInfo struct + DBs []string + Rollback bool + Trans *Tree + TxClients map[string]client.Client + func (ti *TransInfo) GetTxClient(dsn string) client.Client + func (ti *TransInfo) ResetTxClient() + func (ti *TransInfo) SetTxClient(dsn string, cli client.Client) + type Tree struct + Detail *proto.Detail + Error error + Finished int8 + HasSub bool + InTrans bool + IsNil bool + IsSub bool + Last *Tree + Name string + Next *Tree + Parent *Tree + ParentRet interface{} + Property *Property + Real *Tree + Result interface{} + Sub *Tree + SubQuery []*Tree + TransInfo *TransInfo + Unit *proto.Unit + func (node *Tree) GetAlias() string + func (node *Tree) GetDB() *TblDB + func (node *Tree) GetErrorCode() int + func (node *Tree) GetErrorMsg() string + func (node *Tree) GetKey() string + func (node *Tree) GetName() string + func (node *Tree) GetOp() string + func (node *Tree) GetPath() string + func (node *Tree) GetReal() *Tree + func (node *Tree) GetTable() *TblTable + func (node *Tree) GetUnit() *proto.Unit + func (node *Tree) IsArray() bool + func (node *Tree) IsSuccess() bool + func (node *Tree) IsTransaction() bool + func (node *Tree) SetProperty(property *Property) *Tree + func (node *Tree) Tables() []string