Uses of Class
org.h2.value.ValueBytes

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

Uses of ValueBytes in org.h2.value
 

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