Documentation ¶
Index ¶
- type DbConn
- func (c *DbConn) Delete(sql string, args ...interface{}) (rowsAffected int64, err error)
- func (c *DbConn) Insert(sql string, args ...interface{}) (lastInsertId int64, err error)
- func (c *DbConn) Select(sql string, args ...interface{}) (results []map[string]string, err error)
- func (c *DbConn) Update(sql string, args ...interface{}) (rowsAffected int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.