Package org.h2.mvstore.tx
Class VersionedValueType.Factory<D>
java.lang.Object
org.h2.mvstore.tx.VersionedValueType.Factory<D>
- All Implemented Interfaces:
StatefulDataType.Factory<D>
- Enclosing class:
VersionedValueType<T,D>
public static final class VersionedValueType.Factory<D>
extends Object
implements StatefulDataType.Factory<D>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Description copied from interface:StatefulDataType.FactoryReads the data type.- Specified by:
createin interfaceStatefulDataType.Factory<D>- Parameters:
buff- the buffer the source buffermetaType- the typedatabase- the database- Returns:
- the data type
-