1 Star 0 Fork 0

leminewx/gokit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clause.go 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenxian 提交于 2024-08-16 18:11 . 0.3.0.0: optimized orm, color and logger
package statement
// ClauseType defines the dataype of SQL clause
type ClauseType int
const (
CLAUSE_INSERT ClauseType = iota
CLAUSE_VALUES
CLAUSE_SELECT
CLAUSE_DISTINCT
CLAUSE_FROM
CLAUSE_UPDATE
CLAUSE_DELETE
CLAUSE_COUNT
CLAUSE_WHERE
CLAUSE_GROUPBY
CLAUSE_HAVING
CLAUSE_ORDERBY
CLAUSE_LIMIT
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/leminewx/gokit.git
git@gitee.com:leminewx/gokit.git
leminewx
gokit
gokit
a98f5d9bbef8

搜索帮助