(ctx context.Context, dest interface{}, query string, args ...interface{})
| 52 | sqlx.PreparerContext |
| 53 | sqlx.ExecerContext |
| 54 | SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error |
| 55 | } |
| 56 | |
| 57 | // getDB either returns the current tx (if one is present) or c.db. |
no outgoing calls