1 Star 0 Fork 0

topxeq/gotx

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sqltk_exports.go 862 Bytes
一键复制 编辑 原始数据 按行查看 历史
TopXeQ 提交于 2020-05-13 23:26 +08:00 . 2020051301
package main
import (
"github.com/topxeq/sqltk"
"reflect"
)
func init() {
GotxSymbols["github.com/topxeq/sqltk"] = map[string]reflect.Value{
// function, constant and variable definitions
"ConnectDB": reflect.ValueOf(sqltk.ConnectDB),
"ConnectDBNoPing": reflect.ValueOf(sqltk.ConnectDBNoPing),
"ExecV": reflect.ValueOf(sqltk.ExecV),
"OneLineRecordToMap": reflect.ValueOf(sqltk.OneLineRecordToMap),
"QueryDBCount": reflect.ValueOf(sqltk.QueryDBCount),
"QueryDBI": reflect.ValueOf(sqltk.QueryDBI),
"QueryDBNS": reflect.ValueOf(sqltk.QueryDBNS),
"QueryDBNSS": reflect.ValueOf(sqltk.QueryDBNSS),
"QueryDBS": reflect.ValueOf(sqltk.QueryDBS),
"QueryDBString": reflect.ValueOf(sqltk.QueryDBString),
}
GotxSymbols["sqltk"] = GotxSymbols["github.com/topxeq/sqltk"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/topxeq/gotx.git
git@gitee.com:topxeq/gotx.git
topxeq
gotx
gotx
f23361521f54

搜索帮助