Uses of Class
org.h2.value.ValueJavaObject

Packages that use ValueJavaObject
org.h2.value Data type and value implementations. 
 

Uses of ValueJavaObject in org.h2.value
 

Methods in org.h2.value that return ValueJavaObject
static ValueJavaObject ValueJavaObject.getNoCopy(byte[] b)
          Get or create a java object value for the given byte array.