Modifier and Type | Field and Description |
---|---|
static Row[] |
EMPTY_ARRAY |
static int |
MEMORY_CALCULATE |
Modifier and Type | Method and Description |
---|---|
void |
commit()
This record has been committed.
|
int |
getByteCount(Data dummy)
Get the number of bytes required for the data.
|
Row |
getCopy()
Get a copy of the row that is distinct from (not equal to) this row.
|
int |
getSessionId()
Get session id.
|
Value[] |
getValueList()
Get values.
|
boolean |
isDeleted()
Check if the row is deleted.
|
boolean |
isEmpty()
Check if this is an empty row.
|
void |
setDeleted(boolean deleted)
Mark the row as deleted.
|
void |
setSessionId(int sessionId)
Set session id.
|
void |
setVersion(int version)
Set version.
|
getColumnCount, getKey, getMemory, getValue, getVersion, setKey, setKeyAndVersion, setValue
static final int MEMORY_CALCULATE
static final Row[] EMPTY_ARRAY
Row getCopy()
void setVersion(int version)
version
- row versionint getByteCount(Data dummy)
dummy
- the template bufferboolean isEmpty()
true
if the row is emptyvoid setDeleted(boolean deleted)
deleted
- deleted flagvoid setSessionId(int sessionId)
sessionId
- the session idint getSessionId()
void commit()
boolean isDeleted()
true
if the row is deletedValue[] getValueList()
Copyright © 2020 JBoss by Red Hat. All rights reserved.