Documentation
¶
Index ¶
- Variables
- func BatchExecSqlParamName(id string, p []map[string]interface{}) error
- func BySql(id string) (map[string]int, [][]interface{}, error)
- func BySqlParamName(id string, p map[string]interface{}) (map[string]int, [][]interface{}, error)
- func ExecSqlParamName(id string, p map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ServerIP string Port int )
Functions ¶
func BatchExecSqlParamName ¶
批量执行带参数的特定id的sql
func BySqlParamName ¶
执行带参数的特定id的sql,并返回数据
func ExecSqlParamName ¶
执行带参数的特定id的sql
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.