| Package | Description | 
|---|---|
| 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.objectbuilder | This package contains classes which can build
    PreparedStatementParts from a single value or column. | 
| org.apache.torque.sql.whereclausebuilder | This package contains classes which can build
    PreparedStatementParts from a WhereClauseExpression. | 
| Class and Description | 
|---|
| Query Contains the various parts of a SQL statement (select, update or delete). | 
| Class and Description | 
|---|
| OrderBy An order by clause. | 
| Class and Description | 
|---|
| Query Contains the various parts of a SQL statement (select, update or delete). | 
| Query.Type All types of the statement. | 
| Class and Description | 
|---|
| Query Contains the various parts of a SQL statement (select, update or delete). | 
| Class and Description | 
|---|
| Query Contains the various parts of a SQL statement (select, update or delete). | 
| 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–2020 The Apache Software Foundation. All rights reserved.