Class ResolvedTransactionRecordValue
java.lang.Object
org.teamapps.universaldb.index.transaction.resolved.ResolvedTransactionRecordValue
public class ResolvedTransactionRecordValue
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ResolvedTransactionRecordValue(int columnId, IndexType indexType, java.lang.Object value)ResolvedTransactionRecordValue(java.io.DataInputStream dis) -
Method Summary
Modifier and Type Method Description intgetColumnId()IndexTypegetIndexType()java.lang.ObjectgetValue()voidwrite(java.io.DataOutputStream dos)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResolvedTransactionRecordValue
-
ResolvedTransactionRecordValue
public ResolvedTransactionRecordValue(java.io.DataInputStream dis) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Details
-
getColumnId
public int getColumnId() -
getIndexType
-
getValue
public java.lang.Object getValue() -
write
public void write(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-