github.com/jackc/pgx/v5/pgproto3.FieldDescription.DataTypeOID (field)
7 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
row_description.go#L22: DataTypeOID uint32
row_description.go#L42: DataTypeOID: fd.DataTypeOID,
row_description.go#L87: fd.DataTypeOID = binary.BigEndian.Uint32(src[rp:])
row_description.go#L116: dst = pgio.AppendUint32(dst, fd.DataTypeOID)
row_description.go#L158: DataTypeOID: field.DataTypeOID,
trace.go#L342: fmt.Fprintf(t.buf, ` %s %d %d %d %d %d %d`, traceDoubleQuotedString(fd.Name), fd.TableOID, fd.TableAttributeNumber, fd.DataTypeOID, fd.DataTypeSize, fd.TypeModifier, fd.Format)
github.com/jackc/pgx/v5/pgconn
pgconn.go#L877: dst[i].DataTypeOID = rd.Fields[i].DataTypeOID