(ctx context.Context, query string, args ...interface{})
| 411 | } |
| 412 | |
| 413 | func (q *qStmt) ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) { |
| 414 | return q.Stmt.ExecContext(ctx, args...) |
| 415 | } |
nothing calls this directly
no test coverage detected