SUPPORTED_BINARY_OPERATORS| Constructor and Description |
|---|
In(FieldDefinition attribute,
Collection<? extends Object> values) |
In(QueryValue left,
CollectionValue values) |
In(String name,
Collection<? extends Object> values) |
In(String name,
CollectionValue values) |
In(String name,
Object... values) |
| 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) |
In |
clone() |
boolean |
equals(Object obj) |
<V extends QueryValue> |
getLeft() |
List<QueryValue> |
getQueryValues() |
CollectionValue |
getValues() |
String |
toString() |
accept, getValue, isEmpty, toFormattedStringappendSql, cloneQueryValues, expand, getBoundingBox, getBoundingBox, getStringValue, parseWhere, setRecordDefinition, toQueryValuepublic In(FieldDefinition attribute, Collection<? extends Object> values)
public In(QueryValue left, CollectionValue values)
public In(String name, Collection<? extends Object> values)
public In(String name, CollectionValue values)
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 <V extends QueryValue> V getLeft()
public List<QueryValue> getQueryValues()
getQueryValues in class QueryValuepublic CollectionValue getValues()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.