Quantcast

Is it possible to only fetch certain columns using where queries?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Is it possible to only fetch certain columns using where queries?

José Cedeño
If I only need 1 or 2 columns from a query, is it possible to specify this using when using where queries? Also, how can I specify when I use a where query or dynamic finders on the fly the type of fetching strategy that I want: eager or lazy for specific associations?

Thanks,
José
Loading...