(context.Context, string, ...any)
| 77 | ExecContext(context.Context, string, ...any) (sql.Result, error) |
| 78 | QueryContext(context.Context, string, ...any) (*sql.Rows, error) |
| 79 | QueryRowContext(context.Context, string, ...any) *sql.Row |
| 80 | } |
| 81 | |
| 82 | // Error is an error. |
no outgoing calls
no test coverage detected