Documentation ¶
Index ¶
- type Models
- func (m *Models) Delete(mPoT *data.ModPoT, d interface{}) (i int64, err error)
- func (m *Models) Exec(sqlOrArgs ...interface{}) (sql.Result, error)
- func (m *Models) GeT(mPoT *data.ModPoT, d interface{}) (bool, error)
- func (m *Models) GeTEngine(method string) (*xorm.Engine, error)
- func (m *Models) Insert(d interface{}) (i int64, err error)
- func (m *Models) Query(sqlOrArgs ...interface{}) ([]map[string][]byte, error)
- func (m *Models) Total(d interface{}) (i int64, err error)
- func (m *Models) Transaction(operation func(db *xorm.Session)) error
- func (m *Models) Update(mPoT *data.ModPoT, d interface{}) (i int64, err error)
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.