1 Star 0 Fork 1

微微尘 / gorm-ora

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
returning_into.go 137 Bytes
一键复制 编辑 原始数据 按行查看 历史
package clauses
import (
"gorm.io/gorm/clause"
)
type ReturningInto struct {
Variables []clause.Column
Into []*clause.Values
}
Go
1
https://gitee.com/wdrabbit/gorm-ora.git
git@gitee.com:wdrabbit/gorm-ora.git
wdrabbit
gorm-ora
gorm-ora
v1.0.1

搜索帮助