On Thu, Apr 20, 2006 at 12:00:41AM +0000, Mike wrote:
> The output I'm looking for is something like
> SELECT call.col1, call.col2 .... call.coln, make.col1 ... make.coln FROM make,
> call WHERE ((...............
SQLObject manipulates with *objects*. If you have a table and do
MyTable.select() SQLObject fetches the table's data and only the table's
data. It fetches only the table's data even for joins. Where do you expect
SQLObject put those exccessive columns and in what format?
If you want a generic SELECT use sqlobject.sqlbuilder.Select().
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss