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 java.lang.Object implements StatefulDataType.Factory<D>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataType<?>
create(java.nio.ByteBuffer buff, MetaType<D> metaType, D database)
Reads the data type.
-
-
-
Method Detail
-
create
public DataType<?> create(java.nio.ByteBuffer buff, MetaType<D> metaType, D database)
Description copied from interface:StatefulDataType.Factory
Reads the data type.- Specified by:
create
in interfaceStatefulDataType.Factory<D>
- Parameters:
buff
- the buffer the source buffermetaType
- the typedatabase
- the database- Returns:
- the data type
-
-