Uses of Interface
org.apache.torque.criteria.PreparedStatementPart
Packages that use PreparedStatementPart
Package
Description
This package contains Torque's Criteria classes.
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.
-
Uses of PreparedStatementPart in org.apache.torque.criteria
Classes in org.apache.torque.criteria that implement PreparedStatementPartModifier and TypeClassDescriptionclassModifiable implementation of the PreparedStatementPart interface.Methods in org.apache.torque.criteria that return PreparedStatementPartModifier and TypeMethodDescriptionfinal PreparedStatementPartJoin.getLeftTable()final PreparedStatementPartJoin.getRightTable()Methods in org.apache.torque.criteria with parameters of type PreparedStatementPartModifier and TypeMethodDescriptionCriteria.addJoin(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Adds a join to the criteria, E.g. to create the conditionPreparedStatementPartImpl.append(PreparedStatementPart toAppend) Appends another PreparedStatementPart to this part.Constructors in org.apache.torque.criteria with parameters of type PreparedStatementPartModifierConstructorDescriptionFromElement(String fromExpression, JoinType joinType, PreparedStatementPart joinCondition) Constructor.Join(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Constructor.Copy-Constructor. -
Uses of PreparedStatementPart in org.apache.torque.sql.objectbuilder
Classes in org.apache.torque.sql.objectbuilder that implement PreparedStatementPartModifier and TypeClassDescriptionclassA PreparedStatementPart which encapsulates a subselect.Methods in org.apache.torque.sql.objectbuilder that return PreparedStatementPart -
Uses of PreparedStatementPart in org.apache.torque.sql.whereclausebuilder
Classes in org.apache.torque.sql.whereclausebuilder that implement PreparedStatementPartModifier and TypeClassDescriptionclassA PreparedStatementPart which consists of a list of other PreparedStatementParts.classA PreparedStatementPart which only contains SQL and no replacements.classA PreparedStatementPart which only contains replacements, no sql.Methods in org.apache.torque.sql.whereclausebuilder that return PreparedStatementPartModifier and TypeMethodDescriptionCurrentDateTimePsPartBuilder.buildPs(WhereClauseExpression whereClauseExpression, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression.EnumValueBuilder.buildPs(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Takes a WhereClauseExpression containing a enum object and unwraps the enum value.InBuilder.buildPs(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Takes a columnName and criteria and builds a SQL 'IN' expression taking into account the ignoreCase flag.LikeBuilder.buildPs(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds the PS part for a WhereClauseExpression with a LIKE operator.NullValueBuilder.buildPs(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !StandardBuilder.buildPs(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.VerbatimSqlConditionBuilder.buildPs(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds the PS part for a WhereClauseExpression with a verbatim SQL condition.WhereClausePsPartBuilder.buildPs(WhereClauseExpression whereClauseExpression, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression.Methods in org.apache.torque.sql.whereclausebuilder with parameters of type PreparedStatementPartModifier and TypeMethodDescriptionvoidCombinedPreparedStatementPart.append(PreparedStatementPart toAdd) Adds a PreparedStatementPart to the list of contained PreparedStatementParts.Constructors in org.apache.torque.sql.whereclausebuilder with parameters of type PreparedStatementPartModifierConstructorDescriptionConstructor.