Hello,
i could not find any good answer to this. So i try it with a new topic.
I have two object as Parent and child.
One are PrinterGroups and the other are Printers under the Groups.
If i do a query on the PrinterGroups i also get all the Printers in
the ArrayList of PrinterGroups returned as ArrayList of PrinterGroups, wich is of course ok as the Printers are a Member of The Groups. As there are posibly quite a
number of PrinterGroups and quite a Lot of Printers in the Applicatoin im Looking for a Posibility to retreive only the PrinterGroups without the Printers.
I tried it with a SELECT pg.id, pg.name, pg.descr FROM my.PrinterGroup pg.
But then i get an ArrayList of Objects as Return Parameter of the query, as described in the Documentation.
Is there a way to get something like an ArrayList of PrinterGroups where the Attribute Printers is null, Or do i have to create this manually after doing the query?
thanks for your help.
regards Ingo
|