contrib.go.opencensus.io/integrations/ocsql.ocResult.options (field)

11 uses

	contrib.go.opencensus.io/integrations/ocsql (current package)
		driver.go#L188: 		return ocResult{parent: res, ctx: ctx, options: c.options}, nil
		driver.go#L227: 		return ocResult{parent: res, ctx: ctx, options: c.options}, nil
		driver.go#L439: 	options TraceOptions
		driver.go#L443: 	if r.options.LastInsertID {
		driver.go#L445: 		if len(r.options.DefaultAttributes) > 0 {
		driver.go#L446: 			span.AddAttributes(r.options.DefaultAttributes...)
		driver.go#L459: 	if r.options.RowsAffected {
		driver.go#L461: 		if len(r.options.DefaultAttributes) > 0 {
		driver.go#L462: 			span.AddAttributes(r.options.DefaultAttributes...)
		driver.go#L516: 	res, err = ocResult{parent: res, ctx: ctx, options: s.options}, nil
		driver.go#L601: 	res, err = ocResult{parent: res, ctx: ctx, options: s.options}, nil