Uses of Package
org.h2.mvstore.type
Packages that use org.h2.mvstore.type
Package
Description
A persistent storage for tree maps.
Helper classes to use the MVStore in the H2 database.
An R-tree implementation
Helper classes to use the MVStore in a transactional manner.
Data types and serialization / deserialization
Internal utility classes.
-
Classes in org.h2.mvstore.type used by org.h2.mvstore
-
Classes in org.h2.mvstore.type used by org.h2.mvstore.dbClassDescriptionThe base class for data type implementations.A data type.Class DBMetaType is a type for values in the type registry map.A data type that allows to save its state.A factory for data types.
-
Classes in org.h2.mvstore.type used by org.h2.mvstore.rtree
-
Classes in org.h2.mvstore.type used by org.h2.mvstore.txClassDescriptionThe base class for data type implementations.A data type.Class DBMetaType is a type for values in the type registry map.A data type that allows to save its state.A factory for data types.
-
Classes in org.h2.mvstore.type used by org.h2.mvstore.typeClassDescriptionThe base class for data type implementations.Class ByteArrayDataType.A data type.Class LongDataType.Class DBMetaType is a type for values in the type registry map.A data type implementation for the most common data types, including serializable objects.The base class for auto-detect data types.The type for BigDecimal objects.The type for BigInteger objects.The type for boolean true and false.The type for byte objects.The type for character objects.The type for java.util.Date objects.The type for double objects.The type for float objects.The type for integer objects.The type for long objects.The type for the null valueThe type for short objects.The type for string objects.The type for UUID objects.A factory for data types.A string type.
-
Classes in org.h2.mvstore.type used by org.h2.util