Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control interface { Ping() error Insert(sqlStr string, args ...interface{}) (int64, error) UpdateOrDelete(sqlStr string, args ...interface{}) (int64, error) Query(sqlStr string, args ...interface{}) (*[]map[string]string, error) QueryRow(sqlStr string, args ...interface{}) (*map[string]string, error) DBClose() error }
Click to show internal directories.
Click to hide internal directories.