Package org.h2.mvstore.type
Interface StatefulDataType.Factory<D>
- Type Parameters:
D- the database type
- All Known Implementing Classes:
RowDataType.Factory,ValueDataType.Factory,VersionedValueType.Factory
- Enclosing interface:
StatefulDataType<D>
public static interface StatefulDataType.Factory<D>
A factory for data types.
-
Method Summary
-
Method Details
-
create
Reads the data type.- Parameters:
buff- the buffer the source buffermetaDataType- the typedatabase- the database- Returns:
- the data type
-