Re: EOModel: retrieving tableattributes
Re: EOModel: retrieving tableattributes
- Subject: Re: EOModel: retrieving tableattributes
- From: Kaj Hejer <email@hidden>
- Date: Tue, 16 Sep 2003 15:01:52 +0200
At 14:45 +0200 16-09-2003, jacques couzteau wrote:
Am Montag, 15.09.03, um 23:35 Uhr (Europe/Berlin) schrieb Kaj Hejer:
EOModelGroup.defaultGroup().entityNamed("MyTable).attributes()
There seems to be something wrong with the variablename
on build the compiler says:
cannot resolve symbol : variable EOModelGroup
here is my code:
NSArray tableAttributes;
tableAttributes =
EOModelGroup.defaultGroup().entityNamed("myTable").attributes();
Try adding
import com.webobjects.eoaccess.*;
in the top of this file.
-Kaj :)
_______________________________________________
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.