github.com/jackc/pgtype.Time.Status (field)
14 uses
github.com/jackc/pgtype (current package)
time.go#L20: Status Status
time.go#L26: *dst = Time{Status: Null}
time.go#L43: *dst = Time{Microseconds: usec, Status: Present}
time.go#L46: *dst = Time{Status: Null}
time.go#L61: switch dst.Status {
time.go#L67: return dst.Status
time.go#L72: switch src.Status {
time.go#L108: *dst = Time{Status: Null}
time.go#L150: *dst = Time{Microseconds: usec, Status: Present}
time.go#L158: *dst = Time{Status: Null}
time.go#L167: *dst = Time{Microseconds: usec, Status: Present}
time.go#L174: switch src.Status {
time.go#L197: switch src.Status {
time.go#L210: *dst = Time{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. |