Hi Raymond,
like below…
EOFetchSpecification fsSpecial = new EOFetchSpecification("Designs",
specialQualifier, null);
tempArray = ecQuery.objectsWithFetchSpecification(fsSpecial);
NSSet specialSet = new NSSet(tempArray);
if (intersection) resultsSet =
currentResultsSet.setByIntersectingSet(specialSet);
else if(subtraction) resultsSet =
currentResultsSet.setBySubtractingSet(specialSet);
else if(union) resultsSet = currentResultsSet.setByUnioningSet(specialSet);
I hope it is what you are asking for.
Stavros
On 6 Οκτ 2013, at 1:43 π.μ., Raymond NANEON <[email protected]> wrote:
> Hi Stravos,
>
> You use NSSet? What syntax do you use in the eofetchspecification?
>
> Thanks
>
> Envoyé de mon iPad
>
> Le 5 oct. 2013 à 16:22, Stavros Panidis <[email protected]> a écrit :
>
>>
>> On 4 Οκτ 2013, at 5:58 μ.μ., Raymond NANEON <[email protected]> wrote:
>>
>>>
>>>
>>> Hi List,
>>>
>>> I want to use UNION in two EOFetch but I don't know how to do it.
>>>
>>> Thanks for your help.
>>>
>>> Envoyé depuis iCloud
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL:
>>> <http://lists.apple.com/archives/webobjects-dev/attachments/20131004/15b6b9ff/attachment.html>
>>>
>>> ------------------------------
>>>
>>> Message: 2
>>> Date: Fri, 04 Oct 2013 12:02:11 +0000 (GMT)
>>> From: Raymond NANEON <[email protected]>
>>> To: Raymond NANEON <[email protected]>
>>> Cc: "[email protected] WebObjects"
>>> <[email protected]>
>>> Subject: Re: Using UNION in EOFetchSpecification
>>> Message-ID: <[email protected]>
>>> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>>>
>>> The UNION is on the same EOEntity.
>>>
>>> Thanks
>>>
>>> Envoyé depuis iCloud
>>>
>>
>>
>> I use NSSet.
>>
>> (If I understood your question!)
>>
>> Stavros Panidis
>>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]