github.com/jackc/pgtype.CompositeBinaryBuilder.AppendEncoder (method)
5 uses
github.com/jackc/pgtype (current package)
composite_fields.go#L92: b.AppendEncoder(dt.OID, binaryEncoder)
composite_fields.go#L99: b.AppendEncoder(dt.OID, binaryEncoder)
composite_type.go#L231: b.AppendEncoder(src.fields[i].OID, src.valueTranscoders[i])
composite_type.go#L563: b.AppendEncoder(oid, binaryEncoder)
composite_type.go#L566: func (b *CompositeBinaryBuilder) AppendEncoder(oid uint32, field BinaryEncoder) {
![]() |
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. |