Update xorm (#22094)
This commit is contained in:
parent
9745c33e9e
commit
0e2d04601a
3 changed files with 10 additions and 10 deletions
|
@ -46,7 +46,7 @@ type Engine interface {
|
|||
Incr(column string, arg ...interface{}) *xorm.Session
|
||||
Insert(...interface{}) (int64, error)
|
||||
Iterate(interface{}, xorm.IterFunc) error
|
||||
Join(joinOperator string, tablename interface{}, condition string, args ...interface{}) *xorm.Session
|
||||
Join(joinOperator string, tablename, condition interface{}, args ...interface{}) *xorm.Session
|
||||
SQL(interface{}, ...interface{}) *xorm.Session
|
||||
Where(interface{}, ...interface{}) *xorm.Session
|
||||
Asc(colNames ...string) *xorm.Session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue