public abstract class H2Row extends Object implements org.h2.result.Row, MvccVersionAware
| Constructor and Description |
|---|
H2Row() |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
long |
expireTime() |
int |
getByteCount(org.h2.store.Data dummy) |
org.h2.result.Row |
getCopy() |
long |
getKey() |
int |
getMemory() |
int |
getSessionId() |
org.h2.value.Value[] |
getValueList() |
int |
getVersion() |
abstract boolean |
indexSearchRow() |
boolean |
isDeleted() |
boolean |
isEmpty() |
long |
mvccCoordinatorVersion() |
long |
mvccCounter() |
int |
mvccOperationCounter() |
byte |
mvccTxState() |
void |
setDeleted(boolean deleted) |
void |
setKey(long key) |
void |
setKeyAndVersion(org.h2.result.SearchRow old) |
void |
setSessionId(int sessionId) |
void |
setVersion(int version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmvccVersion, mvccVersion, mvccVersion, mvccVersionpublic void setKeyAndVersion(org.h2.result.SearchRow old)
setKeyAndVersion in interface org.h2.result.SearchRowpublic int getVersion()
getVersion in interface org.h2.result.SearchRowpublic void setKey(long key)
setKey in interface org.h2.result.SearchRowpublic long getKey()
getKey in interface org.h2.result.SearchRowpublic int getMemory()
getMemory in interface org.h2.result.SearchRowpublic org.h2.result.Row getCopy()
getCopy in interface org.h2.result.Rowpublic void setVersion(int version)
setVersion in interface org.h2.result.Rowpublic int getByteCount(org.h2.store.Data dummy)
getByteCount in interface org.h2.result.Rowpublic boolean isEmpty()
isEmpty in interface org.h2.result.Rowpublic void setDeleted(boolean deleted)
setDeleted in interface org.h2.result.Rowpublic void setSessionId(int sessionId)
setSessionId in interface org.h2.result.Rowpublic int getSessionId()
getSessionId in interface org.h2.result.Rowpublic void commit()
commit in interface org.h2.result.Rowpublic boolean isDeleted()
isDeleted in interface org.h2.result.Rowpublic org.h2.value.Value[] getValueList()
getValueList in interface org.h2.result.Rowpublic long mvccCoordinatorVersion()
mvccCoordinatorVersion in interface MvccVersionAwarepublic long mvccCounter()
mvccCounter in interface MvccVersionAwarepublic int mvccOperationCounter()
mvccOperationCounter in interface MvccVersionAwarepublic byte mvccTxState()
mvccTxState in interface MvccVersionAwarepublic long expireTime()
public abstract boolean indexSearchRow()
True for rows used for index search.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023