Documentation ¶
Index ¶
- type DbConf
- type DbParam
- type H
- type MDB
- func (this *MDB) Add(par map[string]interface{}) (rt int64, _err error)
- func (this *MDB) All() (data []map[string]interface{}, rt error)
- func (this *MDB) Begin() (tx *sqlx.Tx)
- func (this *MDB) Count() (c int)
- func (this *MDB) Del() (e error)
- func (this *MDB) Exp(par string) (ret *MDB)
- func (this *MDB) Limit(page int, count int) (ret *MDB)
- func (this *MDB) Map(data []map[string]interface{}, key string, ...)
- func (this *MDB) One() (data map[string]interface{}, rt error)
- func (this *MDB) Order(par H) (ret *MDB)
- func (this *MDB) Update(par map[string]interface{}) (e error)
- func (this *MDB) Where(par H) (ret *MDB)
- func (this *MDB) WhereEx(par map[string]zck.WHVAL) (ret *MDB)
- func (this *MDB) WhereOr(par H) (ret *MDB)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.