github.com/jackc/pgtype.Varbit.Status (field)
10 uses
github.com/jackc/pgtype (current package)
varbit.go#L14: Status Status
varbit.go#L22: switch dst.Status {
varbit.go#L28: return dst.Status
varbit.go#L38: *dst = Varbit{Status: Null}
varbit.go#L57: *dst = Varbit{Bytes: buf, Len: int32(bitLen), Status: Present}
varbit.go#L63: *dst = Varbit{Status: Null}
varbit.go#L74: *dst = Varbit{Bytes: src[rp:], Len: bitLen, Status: Present}
varbit.go#L79: switch src.Status {
varbit.go#L100: switch src.Status {
varbit.go#L114: *dst = Varbit{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. |