github.com/jackc/pgtype.CompositeBinaryScanner.fieldBytes (field)
5 uses
github.com/jackc/pgtype (current package)
composite_type.go#L305: fieldBytes []byte
composite_type.go#L335: cfs.err = d.DecodeBinary(cfs.ci, cfs.fieldBytes)
composite_type.go#L380: cfs.fieldBytes = cfs.src[cfs.rp : cfs.rp+fieldLen]
composite_type.go#L383: cfs.fieldBytes = nil
composite_type.go#L395: return cfs.fieldBytes
![]() |
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. |