Package org.h2.mvstore.db
Class RowDataType.Factory
- java.lang.Object
-
- org.h2.mvstore.db.RowDataType.Factory
-
- All Implemented Interfaces:
StatefulDataType.Factory<Database>
- Enclosing class:
- RowDataType
public static final class RowDataType.Factory extends java.lang.Object implements StatefulDataType.Factory<Database>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RowDataType
create(java.nio.ByteBuffer buff, MetaType<Database> metaDataType, Database database)
Reads the data type.private static int[]
readIntArray(java.nio.ByteBuffer buff)
-
-
-
Method Detail
-
create
public RowDataType create(java.nio.ByteBuffer buff, MetaType<Database> metaDataType, Database database)
Description copied from interface:StatefulDataType.Factory
Reads the data type.- Specified by:
create
in interfaceStatefulDataType.Factory<Database>
- Parameters:
buff
- the buffer the source buffermetaDataType
- the typedatabase
- the database- Returns:
- the data type
-
readIntArray
private static int[] readIntArray(java.nio.ByteBuffer buff)
-
-