Package org.apache.torque.sql.whereclausebuilder
package org.apache.torque.sql.whereclausebuilder
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
-
KlasseBeschreibungAbstract base class for a WhereClausePsPartBuilder.A PreparedStatementPart which consists of a list of other PreparedStatementParts.A WhereClausePsPartBuilder which handles
SqlEnum.CURRENT_DATE
andSqlEnum.CURRENT_TIME
.Builds a PreparedStatementPart from a WhereClauseExpression containing an enum object.Builds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.Builds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.A PreparedStatementPart which only contains SQL and no replacements.Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !A PreparedStatementPart which only contains replacements, no sql.Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.Builds a PreparedStatementPart from a WhereClauseExpression containing a verbatim SQL condition.Builds a PreparedStatementPart from a WhereClauseExpression.