public class CollectionValue extends QueryValue
SUPPORTED_BINARY_OPERATORS| Constructor and Description |
|---|
CollectionValue(Collection<? extends Object> values) |
CollectionValue(FieldDefinition attribute,
Collection<? extends Object> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
int |
appendParameters(int index,
PreparedStatement statement) |
CollectionValue |
clone() |
boolean |
equals(Object obj) |
FieldDefinition |
getField() |
List<QueryValue> |
getQueryValues() |
<V> V |
getValue(Map<String,Object> record) |
List<Object> |
getValues() |
void |
setAttribute(FieldDefinition attribute) |
String |
toString() |
appendSql, cloneQueryValues, expand, getBoundingBox, getBoundingBox, getStringValue, parseWhere, setRecordDefinition, toFormattedString, toQueryValuepublic CollectionValue(Collection<? extends Object> values)
public CollectionValue(FieldDefinition attribute, Collection<? extends Object> values)
public void appendDefaultSql(Query query, RecordStore recordStore, StringBuilder buffer)
appendDefaultSql in class QueryValuepublic int appendParameters(int index,
PreparedStatement statement)
appendParameters in class QueryValuepublic CollectionValue clone()
clone in class QueryValuepublic FieldDefinition getField()
public List<QueryValue> getQueryValues()
getQueryValues in class QueryValuepublic <V> V getValue(Map<String,Object> record)
getValue in class QueryValuepublic void setAttribute(FieldDefinition attribute)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.