Re: SQL
Re: SQL
- Subject: Re: SQL
- From: Larry Mills-Gahl <email@hidden>
- Date: Fri, 13 Apr 2012 14:47:23 -0400
On Apr 13, 2012, at 7:07 AM, Ron X wrote: thank you very much! very good! this method considered deprecated - is there non-deprecated method?
rawRowsForSQLpublic static NSArray rawRowsForSQL(EOEditingContext ec,
String modelName,
String sqlString,
NSArray keys) - Evaluates the specified SQL and returns the resulting raw rows.
- Parameters:
ec - an EOEditingContextmodelName - name of the EOModel to usesqlString - the query string in SQL syntaxkeys - array of Strings corresponding to the SELECT list; these will be used as the keys in the result dictionaries; use null for default naming- Returns:
- matching raw rows (an NSArray of NSDictionaries)
- Since:
- 5.2.2
|
_______________________________________________
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: | |
| >SQL (From: Ron X <email@hidden>) |
| >Re: SQL (From: David LeBer <email@hidden>) |
| >Re: SQL (From: Ron X <email@hidden>) |
| >Re: SQL (From: Ramsey Gurley <email@hidden>) |
| >Re: SQL (From: Ron X <email@hidden>) |
| >Re: SQL (From: John Huss <email@hidden>) |
| >Re: SQL (From: Ron X <email@hidden>) |
| >Re: SQL (From: Henrique Gomes <email@hidden>) |
| >Re: SQL (From: Ron X <email@hidden>) |