(query string, args ...interface{})
| 29 | Prepare(query string) (*sql.Stmt, error) |
| 30 | Query(query string, args ...interface{}) (*sql.Rows, error) |
| 31 | QueryRow(query string, args ...interface{}) *sql.Row |
| 32 | } |
| 33 | |
| 34 | // sqlDb is an interface implemented by *sql.DB |
no outgoing calls