You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by fumi <fm...@ybb.ne.jp> on 2003/10/06 12:25:21 UTC

Why doSelectJoinXXX method doesn't have java.sql.Connection parameter?

Hi.

I'm studying "table join" using Torque now.

My BaseEmpPeer.java has 
protected static List doSelectJoinDept(Criteria c)
                               throws TorqueException;
method.

But that doesn't have
protected static List doSelectJoinDept(Criteria c, Connection conn)
                               throws TorqueException;
method.
Why?

Thanx in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org