Package org.h2.value
Class VersionedValue<T>
java.lang.Object
org.h2.value.VersionedValue<T>
- Direct Known Subclasses:
Value
,VersionedValueCommitted
A versioned value (possibly null).
It contains current value and latest committed value if current one is uncommitted.
Also for uncommitted values it contains operationId - a combination of
transactionId and logId.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
-
Constructor Details
-
VersionedValue
protected VersionedValue()
-
-
Method Details
-
isCommitted
public boolean isCommitted() -
getOperationId
public long getOperationId() -
getCurrentValue
-
getCommittedValue
-