André you are thinking too hard.

You make a mapping with the EOModel between a java object and the database. 
When you fetch the entire java object is faulted in and relationships are 
faulted as they are needed. You access the relationships and attributes of the 
java object.

If you really want to fetch individual things by hand… sometimes this makes 
sense… then try “rawRowsForSQL()”

AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/>
e:  [email protected] <mailto:[email protected]>  t:  (301) 956-2319        
        
        

> On Oct 5, 2017, at 1:50 PM, André Rothe <[email protected]> wrote:
> 
> Hi,
> 
> How I can select the columns of a database table before they will be visible 
> on the page (display not all columns of the database table on the page)? As I 
> have learned, EOQualifier builds the WHERE clause, but what builds the SELECT 
> part? Is there a tutorial which handles this question?
> 
> Best regards
> Andre
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to