github.com/jackc/pgtype.CompositeTypeField.OID (field)
5 uses
github.com/jackc/pgtype (current package)
composite_type.go#L15: OID uint32
composite_type.go#L33: dt, ok := ci.DataTypeForOID(fields[i].OID)
composite_type.go#L35: return nil, fmt.Errorf("no data type registered for oid: %d", fields[i].OID)
composite_type.go#L41: return nil, fmt.Errorf("data type for oid does not implement ValueTranscoder: %d", fields[i].OID)
composite_type.go#L231: b.AppendEncoder(src.fields[i].OID, src.valueTranscoders[i])
![]() |
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. |