Uses of Class
org.h2.value.ValueArray

Packages that use ValueArray
org.h2.expression Expressions include mathematical operations, conditions, simple values, and functions. 
org.h2.value Data type and value implementations. 
 

Uses of ValueArray in org.h2.expression
 

Methods in org.h2.expression with parameters of type ValueArray
static Expression[] Expression.getExpressionColumns(Session session, ValueArray value)
          Extracts expression columns from ValueArray
 

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.