Uses of Interface
org.apache.torque.sql.whereclausebuilder.WhereClausePsPartBuilder
Packages that use WhereClausePsPartBuilder
Package
Description
This package contains classes which are mainly used in the SQL generation
process.
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
-
Uses of WhereClausePsPartBuilder in org.apache.torque.sql
Methods in org.apache.torque.sql that return types with arguments of type WhereClausePsPartBuilderModifier and TypeMethodDescriptionstatic List<WhereClausePsPartBuilder> SqlBuilder.getWhereClausePsPartBuilders()Returns the Builders which are responsible to render single where clause conditions. -
Uses of WhereClausePsPartBuilder in org.apache.torque.sql.whereclausebuilder
Classes in org.apache.torque.sql.whereclausebuilder that implement WhereClausePsPartBuilderModifier and TypeClassDescriptionclassAbstract base class for a WhereClausePsPartBuilder.classA WhereClausePsPartBuilder which handlesSqlEnum.CURRENT_DATEandSqlEnum.CURRENT_TIME.classBuilds a PreparedStatementPart from a WhereClauseExpression containing an enum object.classBuilds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.classBuilds a PreparedStatementPart from a WhereClauseExpression containing a Like operator.classBuilds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !classBuilds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.classBuilds a PreparedStatementPart from a WhereClauseExpression containing a verbatim SQL condition.