github.com/jackc/pgtype.Polygon.Status (field)
15 uses
github.com/jackc/pgtype (current package)
polygon.go#L16: Status Status
polygon.go#L27: dst.Status = Null
polygon.go#L36: p = &Polygon{Status: Present, P: value}
polygon.go#L57: p := &Polygon{Status: Null}
polygon.go#L62: p.Status = Undefined
polygon.go#L65: p.Status = Present
polygon.go#L74: switch dst.Status {
polygon.go#L80: return dst.Status
polygon.go#L90: *dst = Polygon{Status: Null}
polygon.go#L126: *dst = Polygon{P: points, Status: Present}
polygon.go#L132: *dst = Polygon{Status: Null}
polygon.go#L158: Status: Present,
polygon.go#L164: switch src.Status {
polygon.go#L187: switch src.Status {
polygon.go#L207: *dst = Polygon{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. |