github.com/jackc/pgtype.TID.Status (field)
11 uses
github.com/jackc/pgtype (current package)
tid.go#L27: Status Status
tid.go#L35: switch dst.Status {
tid.go#L41: return dst.Status
tid.go#L46: if src.Status == Present {
tid.go#L64: *dst = TID{Status: Null}
tid.go#L87: *dst = TID{BlockNumber: uint32(blockNumber), OffsetNumber: uint16(offsetNumber), Status: Present}
tid.go#L93: *dst = TID{Status: Null}
tid.go#L104: Status: Present,
tid.go#L110: switch src.Status {
tid.go#L122: switch src.Status {
tid.go#L137: *dst = TID{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. |