github.com/jackc/pgtype.CompositeTextScanner.fieldBytes (field)
10 uses
github.com/jackc/pgtype (current package)
composite_type.go#L413: fieldBytes []byte
composite_type.go#L445: cfs.err = d.DecodeText(cfs.ci, cfs.fieldBytes)
composite_type.go#L478: cfs.fieldBytes = nil
composite_type.go#L482: cfs.fieldBytes = make([]byte, 0, 16)
composite_type.go#L489: cfs.fieldBytes = append(cfs.fieldBytes, '"')
composite_type.go#L495: cfs.fieldBytes = append(cfs.fieldBytes, ch)
composite_type.go#L510: cfs.fieldBytes = cfs.src[start:cfs.rp]
composite_type.go#L518: 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. |