github.com/jackc/pgtype.CompositeTextBuilder.buf (field)
11 uses
github.com/jackc/pgtype (current package)
composite_type.go#L598: buf []byte
composite_type.go#L607: return &CompositeTextBuilder{ci: ci, buf: buf}
composite_type.go#L616: b.buf = append(b.buf, ',')
composite_type.go#L652: b.buf = append(b.buf, quoteCompositeFieldIfNeeded(string(fieldBuf))...)
composite_type.go#L655: b.buf = append(b.buf, ',')
composite_type.go#L663: b.buf[len(b.buf)-1] = ')'
composite_type.go#L664: return b.buf, nil
![]() |
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. |