(query string, args ...interface{})
| 78 | Query(query string, args ...interface{}) (*sql.Rows, error) |
| 79 | Queryx(query string, args ...interface{}) (*Rows, error) |
| 80 | QueryRowx(query string, args ...interface{}) *Row |
| 81 | } |
| 82 | |
| 83 | // Execer is an interface used by MustExec and LoadFile |
no outgoing calls