EMPTY_ARRAY, ROWID_INDEX| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Get the column count.
|
long |
getKey()
Get the unique key of the row.
|
int |
getMemory()
Get the estimated memory used for this row, in bytes.
|
Value |
getValue(int i)
Get the value for the column
|
void |
setKey(long key)
Set the unique key of the row.
|
void |
setKey(SearchRow row)
Set the position to match another row.
|
void |
setValue(int i,
Value v)
Set the value for given column
|
java.lang.String |
toString() |
public SimpleRow(Value[] data)
public int getColumnCount()
SearchRowgetColumnCount in interface SearchRowpublic long getKey()
SearchRowpublic void setKey(long key)
SearchRowpublic void setKey(SearchRow row)
SearchRowpublic void setValue(int i,
Value v)
SearchRowpublic Value getValue(int i)
SearchRowpublic java.lang.String toString()
toString in class java.lang.Object