Package org.h2.mvstore.type
package org.h2.mvstore.type
Data types and serialization / deserialization
-
ClassDescriptionThe base class for data type implementations.Class ByteArrayDataType.DataType<T>A data type.Class LongDataType.MetaType<D>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 object arrays.The type for serialized objects.The type for short objects.The type for string objects.The type for UUID objects.A data type that allows to save its state.A factory for data types.A string type.