github.com/jackc/pgx/v5/pgproto3.FieldDescription.TableOID (field)

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		row_description.go#L20: 	TableOID             uint32
		row_description.go#L40: 		TableOID:             fd.TableOID,
		row_description.go#L83: 		fd.TableOID = binary.BigEndian.Uint32(src[rp:])
		row_description.go#L114: 		dst = pgio.AppendUint32(dst, fd.TableOID)
		row_description.go#L156: 			TableOID:             field.TableOID,
		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#L875: 		dst[i].TableOID = rd.Fields[i].TableOID