github.com/jackc/pgtype.JSON.Status (field)
17 uses
github.com/jackc/pgtype (current package)
bytea.go#L11: Status Status
bytea.go#L16: *dst = Bytea{Status: Null}
bytea.go#L30: *dst = Bytea{Bytes: value, Status: Present}
bytea.go#L32: *dst = Bytea{Status: Null}
bytea.go#L45: switch dst.Status {
bytea.go#L51: return dst.Status
bytea.go#L56: switch src.Status {
bytea.go#L81: *dst = Bytea{Status: Null}
bytea.go#L95: *dst = Bytea{Bytes: buf, Status: Present}
bytea.go#L101: *dst = Bytea{Status: Null}
bytea.go#L105: *dst = Bytea{Bytes: src, Status: Present}
bytea.go#L110: switch src.Status {
bytea.go#L123: switch src.Status {
bytea.go#L136: *dst = Bytea{Status: Null}
bytea.go#L146: *dst = Bytea{Bytes: buf, Status: Present}
bytea.go#L155: switch src.Status {
bytea_array.go#L435: if src.Elements[i].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. |