(ctx context.Context, query string, args ...interface{})
| 27 | QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) |
| 28 | QueryxContext(ctx context.Context, query string, args ...interface{}) (*Rows, error) |
| 29 | QueryRowxContext(ctx context.Context, query string, args ...interface{}) *Row |
| 30 | } |
| 31 | |
| 32 | // PreparerContext is an interface used by PreparexContext. |
no outgoing calls
no test coverage detected