type contrib.go.opencensus.io/integrations/ocsql.ocResult

8 uses

	contrib.go.opencensus.io/integrations/ocsql (current package)
		driver.go#L36: 	_ driver.Result                         = &ocResult{}
		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#L436: type ocResult struct {
		driver.go#L442: func (r ocResult) LastInsertId() (id int64, err error) {
		driver.go#L458: func (r ocResult) RowsAffected() (cnt int64, err error) {
		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