public class OQueryRuntimeValueMulti extends Object
Modifier and Type | Field and Description |
---|---|
protected List<OCollate> |
collates |
protected OSQLFilterItemFieldMultiAbstract |
definition |
protected Object[] |
values |
Constructor and Description |
---|
OQueryRuntimeValueMulti(OSQLFilterItemFieldMultiAbstract iDefinition,
Object[] iValues,
List<OCollate> iCollates) |
Modifier and Type | Method and Description |
---|---|
OCollate |
getCollate(int iIndex) |
OSQLFilterItemFieldMultiAbstract |
getDefinition() |
Object[] |
getValues() |
String |
toString() |
protected final OSQLFilterItemFieldMultiAbstract definition
protected final Object[] values
public OQueryRuntimeValueMulti(OSQLFilterItemFieldMultiAbstract iDefinition, Object[] iValues, List<OCollate> iCollates)
Copyright © 2009–2020 OrientDB. All rights reserved.