SQL Query from EOFetchspecification
SQL Query from EOFetchspecification
- Subject: SQL Query from EOFetchspecification
- From: <email@hidden>
- Date: Thu, 27 Mar 2008 15:45:55 +0530
- Thread-topic: SQL Query from EOFetchspecification
Hello All,
Could some one assist me in generating the sql query from the
EOFetchSpecification object?
For Example:
NSArray arrTemp;
NSMutableArray args = new NSMutableArray();
args.addObject("USA");
args.addObject("New york");
EOQualifier qual =
EOQualifier.qualifierWithQualifierFormat("country = %@ and city = %@",
args);
NSMutableArray sort = new NSMutableArray();
EOSortOrdering ordering1 = new EOSortOrdering ("name",
EOSortOrdering.CompareAscending);
sort.addObject(ordering1);
EOFetchSpecification spec = new EOFetchSpecification("Address",
qual, sort);
Here I want the SQL query of the "spec"
Regards,
Rohit Goel
----------------------------------------------------------------
_______________________________________________
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