github.com/jackc/pgtype.Point.Status (field)
14 uses
github.com/jackc/pgtype (current package)
point.go#L22: Status Status
point.go#L27: dst.Status = Null
point.go#L49: return &Point{Status: Null}, nil
point.go#L73: return &Point{P: Vec2{x, y}, Status: Present}, nil
point.go#L77: switch dst.Status {
point.go#L83: return dst.Status
point.go#L93: *dst = Point{Status: Null}
point.go#L116: *dst = Point{P: Vec2{x, y}, Status: Present}
point.go#L122: *dst = Point{Status: Null}
point.go#L135: Status: Present,
point.go#L141: switch src.Status {
point.go#L155: switch src.Status {
point.go#L170: *dst = Point{Status: Null}
point.go#L192: switch src.Status {
![]() |
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. |