Documentation ¶
Index ¶
- Variables
- func Affairs(f func(sss *xorm.Session, err error) error) error
- func GetById(id int64, v interface{}) error
- func Insert(v ...interface{}) error
- func Page(pageNo int, pageSize int, list interface{}, ...) (int64, error)
- func RemoveId(id int64, v interface{}) error
- func SyncTable(v interface{})
- func UpdateId(id int64, v interface{}, kyes ...string) error
- type IdModel
- type PageModel
- type Txm
- func (t *Txm) GetById(id int64, v interface{}) error
- func (t *Txm) Insert(v ...interface{}) error
- func (t *Txm) Page(pageNo int, pageSize int, list interface{}, ...) (int64, error)
- func (t *Txm) RemoveId(id int64, v interface{}) error
- func (t *Txm) UpdateId(id int64, v interface{}, kyes ...string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Cache struct { Set *txormSetting Engine *xorm.Engine }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.