Documentation ¶
Index ¶
- Variables
- func BatchDelete(table, primaryKey string, count int) string
- func BatchInsert(sql string, num int) string
- func Count(sql string) string
- func Offset(count, limit int) []int
- func Params(sql string) ([]string, string)
- func TableName(sql string) string
- func TableNames(sql string) (string, string)
Constants ¶
This section is empty.
Variables ¶
View Source
var RegSpace = regexp.MustCompile(regSpace)
Functions ¶
func BatchDelete ¶
BatchDelete 生成批量删除SQL.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.