SUPPORTED_BINARY_OPERATORS| Constructor and Description |
|---|
Between(Column column,
Value min,
Value max) |
| 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) |
Between |
clone() |
boolean |
equals(Object obj) |
Column |
getColumn() |
Value |
getMax() |
Value |
getMin() |
List<QueryValue> |
getQueryValues() |
String |
toString() |
accept, getValue, isEmpty, toFormattedStringappendSql, cloneQueryValues, expand, getBoundingBox, getBoundingBox, getStringValue, parseWhere, setRecordDefinition, toQueryValuepublic 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 Column getColumn()
public Value getMax()
public Value getMin()
public List<QueryValue> getQueryValues()
getQueryValues in class QueryValueCopyright © 2015 Revolution Systems Inc.. All rights reserved.