Uses of Class
org.apache.torque.util.Query

Packages that use Query
org.apache.torque.util Misc. 
 

Uses of Query in org.apache.torque.util
 

Methods in org.apache.torque.util that return Query
(package private) static Query BasePeer.createQuery(Criteria criteria)
          Method to create an SQL query based on values in a Criteria.
 

Methods in org.apache.torque.util with parameters of type Query
private static java.lang.String BasePeer.createOracleLimitOffsetQuery(Query query, int limit, int offset)
          Build Oracle-style query with limit or offset.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.