Re: creating a qualifier in EOModeler with like and a variable
Re: creating a qualifier in EOModeler with like and a variable
- Subject: Re: creating a qualifier in EOModeler with like and a variable
- From: Art Isbell <email@hidden>
- Date: Thu, 21 Aug 2003 15:43:13 -1000
On Thursday, August 21, 2003, at 03:20 PM, Jeff Martirano wrote:
I am creating a fetch spec (with a qualifier) with EOModeler and
trying to figure out how to add % to a variable so that it allows a
variable number of letters after a variable to be searched upon in the
rows.
The "Using Wildcards and the like Operator" section of the EOQualifier
documentation
(http://developer.apple.com/documentation/WebObjects/Reference/API/com/
webobjects/eocontrol/EOQualifier.html) discusses this. But
unfortunately, all occurrences of '*' are missing (JavaDoc bug?). It
should read:
"you can use the wildcard characters * and ?"
"lastName like 'Jo*'"
"the character * is treated as a literal value,"
"lastName = 'Jo*'"
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.