Uses of Package
org.apache.torque.sql
-
Packages that use org.apache.torque.sql 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. -
Classes in org.apache.torque.sql used by org.apache.torque.adapter Class Description 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 Class Description OrderBy An order by clause. -
Classes in org.apache.torque.sql used by org.apache.torque.sql Class Description 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.objectbuilder Class Description Query Contains the various parts of a SQL statement (select, update or delete). -
Classes in org.apache.torque.sql used by org.apache.torque.sql.whereclausebuilder Class 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. author.author_id = 1, or in form of a custom sql query with sql and replacement values.