Uses of Class
org.h2.mvstore.type.BasicDataType
Packages that use BasicDataType
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
-
Uses of BasicDataType in org.h2.mvstore
Subclasses of BasicDataType in org.h2.mvstoreModifier and TypeClassDescriptionprivate static class
A data type that can read any data that is persisted, and converts it to a byte array. -
Uses of BasicDataType in org.h2.mvstore.db
Subclasses of BasicDataType in org.h2.mvstore.dbModifier and TypeClassDescriptionstatic final class
static final class
final class
The data type for rows.final class
A row type. -
Uses of BasicDataType in org.h2.mvstore.rtree
Subclasses of BasicDataType in org.h2.mvstore.rtree -
Uses of BasicDataType in org.h2.mvstore.tx
Subclasses of BasicDataType in org.h2.mvstore.txModifier and TypeClassDescription(package private) static final class
Record.Type<K,
V> A data type for undo log valuesclass
VersionedValueType<T,
D> The value type for a versioned value. -
Uses of BasicDataType in org.h2.mvstore.type
Subclasses of BasicDataType in org.h2.mvstore.typeModifier and TypeClassDescriptionfinal class
Class ByteArrayDataType.class
Class LongDataType.final class
MetaType<D>
Class DBMetaType is a type for values in the type registry map.class
A data type implementation for the most common data types, including serializable objects.(package private) static class
The base class for auto-detect data types.(package private) static class
The type for BigDecimal objects.(package private) static class
The type for BigInteger objects.(package private) static class
The type for boolean true and false.(package private) static class
The type for byte objects.(package private) static class
The type for character objects.(package private) static class
The type for java.util.Date objects.(package private) static class
The type for double objects.(package private) static class
The type for float objects.(package private) static class
The type for integer objects.(package private) static class
The type for long objects.(package private) static class
The type for the null value(package private) static class
The type for object arrays.(package private) static class
The type for serialized objects.(package private) static class
The type for short objects.(package private) static class
The type for string objects.(package private) static class
The type for UUID objects.class
A string type.