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

7 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#L437: 	parent  driver.Result
		driver.go#L454: 	id, err = r.parent.LastInsertId()
		driver.go#L470: 	cnt, err = r.parent.RowsAffected()
		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