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 ValueJavaObjectValueJavaObject. EMPTYMethods in org.h2.value that return ValueJavaObject Modifier and Type Method Description ValueJavaObjectValue. convertToJavaObject(TypeInfo targetType, int conversionMode, java.lang.Object column)Converts this value to a JAVA_OBJECT value.static ValueJavaObjectValueJavaObject. getNoCopy(byte[] b)Get or create a java object value for the given byte array.
-