Uses of Class
org.h2.value.ValueByte

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

Uses of ValueByte in org.h2.value
 

Methods in org.h2.value that return ValueByte
static ValueByte ValueByte.get(byte i)
          Get or create byte value for the given byte.