public class WhereExpression extends Object implements CheckableElement
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
conditions |
| Constructor and Description |
|---|
WhereExpression(List<Condition> conditions) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryError> |
check() |
List<Condition> |
getConditions() |
void |
setConditions(List<Condition> conditions) |
public void setConditions(List<Condition> conditions)
conditions - the conditions to setpublic List<QueryError> check()
check in interface CheckableElementCopyright © 2014. All Rights Reserved.