github.com/jackc/pgx/v5/pgtype.Interval.Months (field)
7 uses
github.com/jackc/pgx/v5/pgtype (current package)
builtin_wrappers.go#L507: us := int64(v.Months)*microsecondsPerMonth + int64(v.Days)*microsecondsPerDay + v.Microseconds
interval.go#L32: Months int32
interval.go#L114: buf = pgio.AppendInt32(buf, interval.Months)
interval.go#L130: if interval.Months != 0 {
interval.go#L131: buf = append(buf, strconv.FormatInt(int64(interval.Months), 10)...)
interval.go#L195: return scanner.ScanInterval(Interval{Microseconds: microseconds, Days: days, Months: months, Valid: true})
interval.go#L282: return scanner.ScanInterval(Interval{Months: months, Days: days, Microseconds: microseconds, Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)