10 Star 43 Fork 10

gohouse/gorose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
orm_api_interface.go 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
fizzday 提交于 2019-07-03 09:25 . add lockforupdate
package gorose
type IOrmApi interface {
GetTable() string
GetFields() []string
SetWhere(arg [][]interface{})
GetWhere() [][]interface{}
GetOrder() string
GetLimit() int
GetOffset() int
GetJoin() [][]interface{}
GetDistinct() bool
GetGroup() string
GetHaving() string
GetData() interface{}
ExtraCols(args ...string) IOrm
ResetExtraCols() IOrm
GetExtraCols() []string
GetPessimisticLock() string
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/gohouse/gorose.git
git@gitee.com:gohouse/gorose.git
gohouse
gorose
gorose
master

搜索帮助