You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Marty Phee <mp...@jump-technologies.com> on 2002/01/17 20:30:41 UTC

doSelectJoinAllxxxx

I was looking for a way to retrieve a record with all of the foreign key
columns.  I saw the doSelectJoinAllxxx, but all they do is add the
select columns.  They don't add "and" clauses like the doSelectJoinxxx
functions, so they are doing correlated queries.

Do I need to create my own function.  No big deal it would be just like
the doSelectJoinAllxxx, but with "and" clauses.  Or was torque supposed
to create a method to do that?




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>