Uses of Package
org.apache.torque.sql

Packages that use org.apache.torque.sql
org.apache.torque.adapter Adapters between Torque and various databases. 
org.apache.torque.criteria This package contains Torque's Criteria classes. 
org.apache.torque.sql This package contains classes which are mainly used in the SQL generation process. 
org.apache.torque.sql.whereclausebuilder This package contains classes which can build PreparedStatementParts from a WhereClauseExpression. 
 

Classes in org.apache.torque.sql used by org.apache.torque.adapter
Query
          Contains the various parts of a SQL statement (select, update or delete).
 

Classes in org.apache.torque.sql used by org.apache.torque.criteria
OrderBy
          An order by clause.
 

Classes in org.apache.torque.sql used by org.apache.torque.sql
Query
          Contains the various parts of a SQL statement (select, update or delete).
Query.Type
          All types of the statement.
 

Classes in org.apache.torque.sql used by org.apache.torque.sql.whereclausebuilder
WhereClauseExpression
          The raw values for a part of the where clause of a SQL statement, either of the form lValue operator rValue, e.g.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.