public final class ConditionPart extends QueryCriteriaPart
| Constructor and Description |
|---|
ConditionPart(String statement,
Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectParameterValues(List<Object> values) |
void |
collectSqlFragment(CodeWriter writer) |
int |
getConditionCount() |
boolean |
getHasValue() |
String |
getStatement() |
Object[] |
getValues() |
boolean |
isApplicable() |
add, add, addFirst, addFirst, getPartsgetParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toStringpublic String getStatement()
public Object[] getValues()
public boolean getHasValue()
public boolean isApplicable()
isApplicable in class QueryCriteriaPartpublic int getConditionCount()
getConditionCount in class QueryCriteriaPartpublic void collectSqlFragment(CodeWriter writer)
collectSqlFragment in class SqlPartpublic void collectParameterValues(List<Object> values)
collectParameterValues in class QueryCriteriaPartCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.