Uses of Package
org.apache.torque.sql
Packages that use org.apache.torque.sql
Package
Description
Adapters between Torque and various databases.
This package contains Torque's Criteria classes.
This package contains classes which are mainly used in the SQL generation
process.
This package contains classes which can build
PreparedStatementParts from a single value or column.
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
-
Classes in org.apache.torque.sql used by org.apache.torque.adapter
-
Classes in org.apache.torque.sql used by org.apache.torque.criteria
-
Classes in org.apache.torque.sql used by org.apache.torque.sqlClassDescriptionContains the various parts of a SQL statement (select, update or delete).All types of the statement.
-
Classes in org.apache.torque.sql used by org.apache.torque.sql.objectbuilder
-
Classes in org.apache.torque.sql used by org.apache.torque.sql.whereclausebuilderClassDescriptionContains the various parts of a SQL statement (select, update or delete).The raw values for a part of the where clause of a SQL statement, either of the form lValue operator rValue, e.g. author.author_id = 1, or in form of a custom sql query with sql and replacement values.