Class H2PlainRowSingle
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.opt.H2Row
-
- org.apache.ignite.internal.processors.query.h2.opt.H2PlainRowSingle
-
- All Implemented Interfaces:
org.h2.result.Row,org.h2.result.SearchRow
public class H2PlainRowSingle extends H2Row
Single value row.
-
-
Constructor Summary
Constructors Constructor Description H2PlainRowSingle(org.h2.value.Value v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnCount()org.h2.value.ValuegetValue(int idx)booleanindexSearchRow()voidsetValue(int idx, org.h2.value.Value v)StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.query.h2.opt.H2Row
commit, expireTime, getByteCount, getCopy, getKey, getMemory, getSessionId, getValueList, getVersion, isDeleted, isEmpty, setDeleted, setKey, setKeyAndVersion, setSessionId, setVersion
-
-
-
-
Method Detail
-
getColumnCount
public int getColumnCount()
-
getValue
public org.h2.value.Value getValue(int idx)
-
setValue
public void setValue(int idx, org.h2.value.Value v)
-
indexSearchRow
public boolean indexSearchRow()
- Specified by:
indexSearchRowin classH2Row- Returns:
Truefor rows used for index search.
-
-