Uses of Class
org.h2.value.ValueArray
-
Packages that use ValueArray Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.value Data type and value implementations. -
-
Uses of ValueArray in org.h2.jdbc
Fields in org.h2.jdbc declared as ValueArray Modifier and Type Field Description private ValueArray
JdbcArray. value
-
Uses of ValueArray in org.h2.value
Fields in org.h2.value declared as ValueArray Modifier and Type Field Description static ValueArray
ValueArray. EMPTY
Empty array.Methods in org.h2.value that return ValueArray Modifier and Type Method Description ValueArray
Value. convertToAnyArray(CastDataProvider provider)
Convert this value to any ARRAY data type.private ValueArray
Value. convertToArray(TypeInfo targetType, CastDataProvider provider, int conversionMode, java.lang.Object column)
static ValueArray
ValueArray. get(TypeInfo componentType, Value[] list, CastDataProvider provider)
Get or create a array value for the given value array.static ValueArray
ValueArray. get(Value[] list, CastDataProvider provider)
Get or create a array value for the given value array.
-