• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
creating my EOQualifier in code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

creating my EOQualifier in code


  • Subject: creating my EOQualifier in code
  • From: Theodore Petrosky <email@hidden>
  • Date: Sat, 23 Feb 2008 22:07:23 -0800 (PST)

I don't get this.. I am following the example in the
Marker book (pg 230).

EOQualifier newQual =
EOQualifier.qualifierWithQualifierFormat("(client like
%@) AND (isComplete = 0)", arg1);
EOFetchSpecification fs = new EOFetchSpecification
("AsAdSched", newQual, null);

This is working fine... I get the resultant data I
expect... I am trying to figure out the 'like' and
escape for pattern matching...

what i want in the SQL is:

select * from adlist where lower(client) like
lower('s%')

it will not matter whether you type upper nor lower
case....

Ted


      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page.
http://www.yahoo.com/r/hs
 _______________________________________________
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

  • Follow-Ups:
    • Re: creating my EOQualifier in code
      • From: David Elliott <email@hidden>
  • Prev by Date: Re: Bringing back the dev tools
  • Next by Date: Re: creating my EOQualifier in code
  • Previous by thread: Re: XcodeMigration
  • Next by thread: Re: creating my EOQualifier in code
  • Index(es):
    • Date
    • Thread