[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Querying for transaction elements
- From: Tristan Van Berkom <vantr touchtunes com>
- To: rpm-list redhat com
- Subject: Re: Querying for transaction elements
- Date: Fri, 11 Apr 2003 14:41:30 -0400
checkout the file rpmte.c
you'll find a struct rpmtsi.
its a: "transaction element iterator"
I always kept track of my elements because; well;
I had to add them to a transaction set + I had
to open the files in my callback; so I always
had them handy. but I think the rpmtsi struct
will help you. (ofcourse you don't get the
"by the book" answer you'd get from jeff but
I hope this helps ;-)
Cheers,
-Tristan
James Olin Oden wrote:
>
> Does anyone know how to query a transaction for the
> elements it has added? I am looking at the rpm api
> docs (thanks again Jeff), and I see:
>
> rpmtsInitIterator()
>
> But it seems to access the rpm db, which confuses me
> quite a bit because it make me think that is really to
> do queries to the database via a transaction.
>
> Thanks...james
>
> _______________________________________________
> Rpm-list mailing list
> Rpm-list@redhat.com
> https://listman.redhat.com/mailman/listinfo/rpm-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]