github.com/jackc/pgtype.Line.Status (field)
10 uses
github.com/jackc/pgtype (current package)
line.go#L16: Status Status
line.go#L24: switch dst.Status {
line.go#L30: return dst.Status
line.go#L40: *dst = Line{Status: Null}
line.go#L68: *dst = Line{A: a, B: b, C: c, Status: Present}
line.go#L74: *dst = Line{Status: Null}
line.go#L90: Status: Present,
line.go#L96: switch src.Status {
line.go#L113: switch src.Status {
line.go#L129: *dst = Line{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. |