Uses of Class
org.h2.value.ValueArray

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

Uses of ValueArray in org.h2.value
 

Methods in org.h2.value that return ValueArray
static ValueArray ValueArray.get(Value[] list)
          Get or create a array value for the given value array.