Uses of Class
org.h2.mvstore.type.MetaType
Packages that use MetaType
Package
Description
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
Data types and serialization / deserialization
-
Uses of MetaType in org.h2.mvstore.db
Methods in org.h2.mvstore.db with parameters of type MetaTypeModifier and TypeMethodDescriptionRowDataType.Factory.create
(ByteBuffer buff, MetaType<Database> metaDataType, Database database) DataType
<?> ValueDataType.Factory.create
(ByteBuffer buff, MetaType<Database> metaType, Database database) void
RowDataType.save
(WriteBuffer buff, MetaType<Database> metaType) void
ValueDataType.save
(WriteBuffer buff, MetaType<Database> metaType) -
Uses of MetaType in org.h2.mvstore.tx
Methods in org.h2.mvstore.tx with parameters of type MetaTypeModifier and TypeMethodDescriptionDataType
<?> VersionedValueType.Factory.create
(ByteBuffer buff, MetaType<D> metaType, D database) TransactionStore.openTypeRegistry
(MVStore store, MetaType<?> metaDataType) void
VersionedValueType.save
(WriteBuffer buff, MetaType<D> metaType) Constructors in org.h2.mvstore.tx with parameters of type MetaTypeModifierConstructorDescriptionTransactionStore
(MVStore store, MetaType<?> metaDataType, DataType<?> dataType, int timeoutMillis) Create a new transaction store. -
Uses of MetaType in org.h2.mvstore.type
Methods in org.h2.mvstore.type with parameters of type MetaTypeModifier and TypeMethodDescriptionDataType
<?> StatefulDataType.Factory.create
(ByteBuffer buff, MetaType<D> metaDataType, D database) Reads the data type.void
StatefulDataType.save
(WriteBuffer buff, MetaType<D> metaType) Save the state.