github.com/jackc/pgtype.Interval.Microseconds (field)
7 uses
github.com/jackc/pgtype (current package)
interval.go#L23: Microseconds int64
interval.go#L44: *dst = Interval{Microseconds: int64(value) / 1000, Status: Present}
interval.go#L71: us := int64(src.Months)*microsecondsPerMonth + int64(src.Days)*microsecondsPerDay + src.Microseconds
interval.go#L166: *dst = Interval{Months: months, Days: days, Microseconds: microseconds, Status: Present}
interval.go#L184: *dst = Interval{Microseconds: microseconds, Days: days, Months: months, Status: Present}
interval.go#L206: absMicroseconds := src.Microseconds
interval.go#L230: buf = pgio.AppendInt64(buf, src.Microseconds)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |