EMPTY_ARRAY, ROWID_INDEX| Constructor and Description |
|---|
SimpleRowValue(int columnCount) |
| 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 idx)
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 idx,
Value v)
Set the value for given column
|
java.lang.String |
toString() |
public void setKey(SearchRow row)
SearchRowpublic int getColumnCount()
SearchRowgetColumnCount in interface SearchRowpublic long getKey()
SearchRowpublic void setKey(long key)
SearchRowpublic Value getValue(int idx)
SearchRowpublic void setValue(int idx,
Value v)
SearchRowpublic java.lang.String toString()
toString in class java.lang.Object