See: Description
| Interface | Description | 
|---|---|
| WhereClausePsPartBuilder | Builds a PreparedStatementPart from a WhereClauseExpression. | 
| Class | Description | 
|---|---|
| AbstractWhereClausePsPartBuilder | Abstract base class for a WhereClausePsPartBuilder. | 
| CombinedPreparedStatementPart | A PreparedStatementPart which consists of a list of other PreparedStatementParts. | 
| CurrentDateTimePsPartBuilder | A WhereClausePsPartBuilder which handles  SqlEnum.CURRENT_DATEandSqlEnum.CURRENT_TIME. | 
| EnumValueBuilder | Builds a PreparedStatementPart from a WhereClauseExpression containing an enum object. | 
| InBuilder | Builds a PreparedStatementPart from a WhereClauseExpression containing
 a Like operator. | 
| LikeBuilder | Builds a PreparedStatementPart from a WhereClauseExpression containing
 a Like operator. | 
| NoReplacementsPreparedStatementPart | A PreparedStatementPart which only contains SQL and no replacements. | 
| 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 | 
| OnlyReplacementsPreparedStatementPart | A PreparedStatementPart which only contains replacements, no sql. | 
| 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. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.