github.com/jackc/pgtype.Interval.Status (field)
13 uses
github.com/jackc/pgtype (current package)
interval.go#L26: Status Status
interval.go#L31: *dst = Interval{Status: Null}
interval.go#L44: *dst = Interval{Microseconds: int64(value) / 1000, Status: Present}
interval.go#L56: switch dst.Status {
interval.go#L62: return dst.Status
interval.go#L67: switch src.Status {
interval.go#L89: *dst = Interval{Status: Null}
interval.go#L166: *dst = Interval{Months: months, Days: days, Microseconds: microseconds, Status: Present}
interval.go#L172: *dst = Interval{Status: Null}
interval.go#L184: *dst = Interval{Microseconds: microseconds, Days: days, Months: months, Status: Present}
interval.go#L189: switch src.Status {
interval.go#L223: switch src.Status {
interval.go#L238: *dst = Interval{Status: Null}
![]() |
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. |