Re: EOQualier
Re: EOQualier
- Subject: Re: EOQualier
- From: Chuck Hill <email@hidden>
- Date: Thu, 24 May 2007 21:46:29 -0700
Use an EOAndQualifier. Make a qualifier for a=3. Make a second one
for b between 7 and 14. Put them both in an NSArray. Use the
NSArray to construct the EOAndQualifier. Profit. You can put
EOAndQualifiers in EOAndQualifiers etc. and make arbitrarily complex
queries.
Chuck
On May 24, 2007, at 9:54 AM, Frank Stock wrote:
Hi,
Is it possible to combine serveral qualifiers?
How do you combine the between qualifier?
If I want
select * from table_x where a=3 and b between 7 and 14;
I can make a ERXBetweenQualifier, but how do I combine these 2.
thanks,
Frank Stock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >EOQualier (From: Frank Stock <email@hidden>) |