Re: EOFetchSpecification with SQL
Re: EOFetchSpecification with SQL
- Subject: Re: EOFetchSpecification with SQL
- From: email@hidden (Anjo Krank)
- Date: Wed, 20 Aug 2003 12:40:01 +0200
- Xx-reply-to: email@hidden
Am Mittwoch, 20.08.03, um 12:22 Uhr (Europe/Berlin) schrieb Alex Blaj:
Is there any way to create a fetchSpecification using a String that
contains
the SELECT statement for that fetchSpec?
Or, if I declared a new fetchSpecification, it there a way to set its
bindings
so that it corresponds to my SELECT (String) statement.
I'm using a query like this: (SELECT ...) INTERSECT (SELECT ...).
you can set the string via:
NSDictionary hints = new NSDictionary("select ...",
"EOCustomQueryExpressionHintKey");
spec.setHints(hints);
Cheers, Anjo
_______________________________________________
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.