package
4.0.2
Repository: https://github.com/sunreaver/antman.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

* 根据dbtype字符串返回一个枚举值类型 */.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config Config.
No description provided by the author

# Type aliases

为现在管理的数据库类型创建枚举值 不使用string类型常量,而使用一套单独的枚举类型原因是: 1.
No description provided by the author
从数据库取出的字符串数据,如果其用于生成insert或update语句时,需要对其中的特殊字符进行转义,这样生成的插入语句才能正常使用 mysql需要处理单引号 ' ==> ” 和 反斜杠 \ ==> \\ postgre、oracle需要处理单引号 ' ==> ” forDML 表示是否生成为更新、插入格式 ture: 返回带单引号的 '2022-11-01' 用于生成insert语句的value内容 false:仅返回 2022-11-01 用于展示.
filedType是该字段的类型 eg.