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

    Modifier and Type
    Method
    Description
    create(ByteBuffer buff, MetaType<D> metaDataType, D database)
    Reads the data type.
  • Method Details

    • create

      DataType<?> create(ByteBuffer buff, MetaType<D> metaDataType, D database)
      Reads the data type.
      Parameters:
      buff - the buffer the source buffer
      metaDataType - the type
      database - the database
      Returns:
      the data type