Uses of Class
org.h2.value.ValueJavaObject
-
Packages that use ValueJavaObject Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueJavaObject in org.h2.value
Fields in org.h2.value declared as ValueJavaObject Modifier and Type Field Description private static ValueJavaObject
ValueJavaObject. EMPTY
Methods in org.h2.value that return ValueJavaObject Modifier and Type Method Description ValueJavaObject
Value. convertToJavaObject(TypeInfo targetType, int conversionMode, java.lang.Object column)
Converts this value to a JAVA_OBJECT value.static ValueJavaObject
ValueJavaObject. getNoCopy(byte[] b)
Get or create a java object value for the given byte array.
-