Re: Is there any get column method?
Re: Is there any get column method?
- Subject: Re: Is there any get column method?
- From: Alan Ward <email@hidden>
- Date: Tue, 13 Jul 2004 16:35:22 -0700
Use a raw row fetch and get DISTINCT values.
It's easy and you don't need .NET to do it.
On Jul 13, 2004, at 4:16 PM, Kevin Xiaowen Ren wrote:
Hi,
I think it' s all the values in the database for a particular column.
Otherwise I have to use for loop to do this.
just remember there is Column[] API or array in java or .NET,
kevin
At 11:01 14/07/2004 +1200, you wrote:
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
_______________________________________________
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.
_______________________________________________
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.