github.com/jackc/pgx/v5/pgconn.FieldDescription.DataTypeOID (field)
10 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L858: DataTypeOID uint32
pgconn.go#L877: dst[i].DataTypeOID = rd.Fields[i].DataTypeOID
github.com/jackc/pgx/v5
conn.go#L836: resultFormats[i] = resultFormatsByOID[uint32(sd.Fields[i].DataTypeOID)]
copy_from.go#L235: buf, err = encodeCopyValue(ct.conn.typeMap, buf, sd.Fields[i].DataTypeOID, val)
extended_query_builder.go#L48: eqb.appendResultFormat(m.FormatCodeForOID(sd.Fields[i].DataTypeOID))
rows.go#L266: rows.scanPlans[i] = m.PlanScan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, dest[i])
rows.go#L277: rows.scanPlans[i] = m.PlanScan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, dest[i])
rows.go#L308: if dt, ok := rows.typeMap.TypeForOID(fd.DataTypeOID); ok {
rows.go#L309: value, err := dt.Codec.DecodeValue(rows.typeMap, fd.DataTypeOID, fd.Format, buf)
rows.go#L380: err := typeMap.Scan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, values[i], d)