Re: Is there any get column method?
Re: Is there any get column method?
- Subject: Re: Is there any get column method?
- From: Ray Ackland <email@hidden>
- Date: Wed, 14 Jul 2004 11:01:04 +1200
Kevin,
Are you after just one field (attribute) for a record? Or were you
wanting all the values in the database for a particular column?
If the former, one option would be to fetch the row (object) and then
get its attribute. There are also ways of doing raw fetches using
EOQualifier.
r
On 14/07/2004, at 10:53, Kevin Xiaowen Ren wrote:
When I use EOQualifier, it's always return the whole raw from table.
Is there any API to get column from table?
_______________________________________________
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.