Re: Is there any get column method?
Re: Is there any get column method?
- Subject: Re: Is there any get column method?
- From: Kevin Xiaowen Ren <email@hidden>
- Date: Wed, 14 Jul 2004 11:16:39 +1200
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.