|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreparedStatementPart | |
---|---|
org.apache.torque.criteria | This package contains Torque's Criteria classes. |
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. |
Uses of PreparedStatementPart in org.apache.torque.criteria |
---|
Methods in org.apache.torque.criteria that return PreparedStatementPart | |
---|---|
PreparedStatementPart |
PreparedStatementPart.append(PreparedStatementPart toAppend)
Appends another PreparedStatementPart to this part. |
PreparedStatementPart |
PreparedStatementPart.append(SqlEnum toAppend)
Appends a SqlEnum to this part. |
PreparedStatementPart |
Join.getLeftTable()
|
PreparedStatementPart |
Join.getRightTable()
|
Methods in org.apache.torque.criteria with parameters of type PreparedStatementPart | |
---|---|
Criteria |
Criteria.addJoin(PreparedStatementPart leftTable,
PreparedStatementPart rightTable,
Criterion joinCondition,
JoinType joinType)
Adds a join to the criteria, E.g. |
PreparedStatementPart |
PreparedStatementPart.append(PreparedStatementPart toAppend)
Appends another PreparedStatementPart to this part. |
Constructors in org.apache.torque.criteria with parameters of type PreparedStatementPart | |
---|---|
FromElement(String fromExpression,
JoinType joinType,
PreparedStatementPart joinCondition)
Constructor. |
|
Join(PreparedStatementPart leftTable,
PreparedStatementPart rightTable,
Criterion joinCondition,
JoinType joinType)
Constructor. |
Uses of PreparedStatementPart in org.apache.torque.sql.objectbuilder |
---|
Methods in org.apache.torque.sql.objectbuilder that return PreparedStatementPart | |
---|---|
PreparedStatementPart |
ObjectPsPartBuilder.buildPs(Object toBuildFrom,
boolean ignoreCase,
Adapter adapter)
Builds a PreparedStatementPart from a single Object. |
PreparedStatementPart |
ObjectOrColumnPsPartBuilder.buildPs(Object toBuildFrom,
boolean ignoreCase,
Adapter adapter)
Builds a PreparedStatementPart from a column or single value. |
Uses of PreparedStatementPart in org.apache.torque.sql.whereclausebuilder |
---|
Methods in org.apache.torque.sql.whereclausebuilder that return PreparedStatementPart | |
---|---|
PreparedStatementPart |
NullValueBuilder.buildPs(WhereClauseExpression whereClausePart,
boolean ignoreCase,
Adapter adapter)
Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !=. |
PreparedStatementPart |
StandardBuilder.buildPs(WhereClauseExpression whereClausePart,
boolean ignoreCase,
Adapter adapter)
Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value. |
PreparedStatementPart |
VerbatimSqlConditionBuilder.buildPs(WhereClauseExpression whereClausePart,
boolean ignoreCase,
Adapter adapter)
Builds the PS part for a WhereClauseExpression with a verbatim SQL condition. |
PreparedStatementPart |
CurrentDateTimePsPartBuilder.buildPs(WhereClauseExpression whereClauseExpression,
boolean ignoreCase,
Adapter adapter)
Builds a PreparedStatementPart from a WhereClauseExpression. |
PreparedStatementPart |
WhereClausePsPartBuilder.buildPs(WhereClauseExpression whereClauseExpression,
boolean ignoreCase,
Adapter adapter)
Builds a PreparedStatementPart from a WhereClauseExpression. |
PreparedStatementPart |
InBuilder.buildPs(WhereClauseExpression whereClausePart,
boolean ignoreCase,
Adapter adapter)
Takes a columnName and criteria and builds a SQL 'IN' expression taking into account the ignoreCase flag. |
PreparedStatementPart |
LikeBuilder.buildPs(WhereClauseExpression whereClausePart,
boolean ignoreCase,
Adapter adapter)
Builds the PS part for a WhereClauseExpression with a LIKE operator. |
PreparedStatementPart |
CustomBuilder.buildPs(WhereClauseExpression whereClausePart,
boolean ignoreCase,
Adapter adapter)
Builds the PS part for a WhereClauseExpression with a SqlEnum.CUSTOM operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |