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 classA 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 classstatic final classfinal classThe data type for rows.final classA 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 classRecord.Type<K,V> A data type for undo log valuesclassVersionedValueType<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 classClass ByteArrayDataType.classClass LongDataType.final classMetaType<D>Class DBMetaType is a type for values in the type registry map.classA data type implementation for the most common data types, including serializable objects.(package private) static classThe base class for auto-detect data types.(package private) static classThe type for BigDecimal objects.(package private) static classThe type for BigInteger objects.(package private) static classThe type for boolean true and false.(package private) static classThe type for byte objects.(package private) static classThe type for character objects.(package private) static classThe type for java.util.Date objects.(package private) static classThe type for double objects.(package private) static classThe type for float objects.(package private) static classThe type for integer objects.(package private) static classThe type for long objects.(package private) static classThe type for the null value(package private) static classThe type for object arrays.(package private) static classThe type for serialized objects.(package private) static classThe type for short objects.(package private) static classThe type for string objects.(package private) static classThe type for UUID objects.classA string type.