Uses of Class
org.h2.value.ValueBytesBase
-
Packages that use ValueBytesBase Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueBytesBase in org.h2.value
Subclasses of ValueBytesBase in org.h2.value Modifier and Type Class Description class
ValueBinary
Implementation of the BINARY data type.class
ValueGeometry
Implementation of the GEOMETRY data type.class
ValueJavaObject
Implementation of the JAVA_OBJECT data type.class
ValueJson
Implementation of the JSON data type.class
ValueVarbinary
Implementation of the BINARY VARYING data type.
-