SUPPORTED_BINARY_OPERATORS| Constructor and Description |
|---|
ParenthesisCondition(Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Map<String,Object> record)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
void |
appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
int |
appendParameters(int index,
PreparedStatement statement) |
ParenthesisCondition |
clone() |
boolean |
equals(Object obj) |
Condition |
getCondition() |
List<QueryValue> |
getQueryValues() |
<V> V |
getValue(Map<String,Object> record) |
String |
toString() |
accept, isEmpty, toFormattedStringappendSql, cloneQueryValues, expand, getBoundingBox, getBoundingBox, getStringValue, parseWhere, setRecordDefinition, toQueryValuepublic ParenthesisCondition(Condition condition)
public boolean accept(Map<String,Object> record)
Filterpublic void appendDefaultSql(Query query, RecordStore recordStore, StringBuilder buffer)
appendDefaultSql in class QueryValuepublic int appendParameters(int index,
PreparedStatement statement)
appendParameters in class QueryValuepublic ParenthesisCondition clone()
public Condition getCondition()
public List<QueryValue> getQueryValues()
getQueryValues in class QueryValueCopyright © 2015 Revolution Systems Inc.. All rights reserved.