Package org.apache.torque.sql.whereclausebuilder

This package contains classes which can build PreparedStatementParts from a WhereClauseExpression.

See:
          Description

Interface Summary
WhereClausePsPartBuilder Builds a PreparedStatementPart from a WhereClauseExpression.
 

Class Summary
AbstractWhereClausePsPartBuilder Abstract base class for a WhereClausePsPartBuilder.
CurrentDateTimePsPartBuilder A WhereClausePsPartBuilder which handles SqlEnum.CURRENT_DATE and SqlEnum.CURRENT_TIME.
CustomBuilder Builds a PreparedStatementPart from a WhereClauseExpression containing a SqlEnum.CUSTOM operator.
InBuilder Builds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.
LikeBuilder Builds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.
NullValueBuilder Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !=, or which operator is SqlEnum.ISNULL or SqlEnum.ISNOTNULL
StandardBuilder Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.
VerbatimSqlConditionBuilder Builds a PreparedStatementPart from a WhereClauseExpression containing a verbatim SQL condition.
 

Package org.apache.torque.sql.whereclausebuilder Description

This package contains classes which can build PreparedStatementParts from a WhereClauseExpression.



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.