Re: where clause
Re: where clause
- Subject: Re: where clause
- From: Art Isbell <email@hidden>
- Date: Thu, 24 May 2007 08:27:28 -1000
On May 24, 2007, at 2:42 AM, Frank Stock wrote:
I use MySQL as database and want a EOQualifier for a binary search.
select * from language where BINARY languagecode=%@
In the past there was an EOSQLQualifier.
Where can I find information about that.
EOSQLQualifier is deprecated, but you can create an
EOFetchSpecification hints dictionary with an
EODatabaseContext.CustomQueryExpressionHintKey and custom SQL value.
See the "Using a Custom Query" section in the EODatabaseContext class
description.
Aloha,
Art
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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: | |
| >where clause (From: Frank Stock <email@hidden>) |