Uses of Class
org.h2.value.ValueArray
Packages that use ValueArray
Package
Description
Implementation of the JDBC API (package java.sql).
Data type and value implementations.
-
Uses of ValueArray in org.h2.jdbc
Fields in org.h2.jdbc declared as ValueArray -
Uses of ValueArray in org.h2.value
Fields in org.h2.value declared as ValueArrayMethods in org.h2.value that return ValueArrayModifier and TypeMethodDescriptionfinal ValueArray
Value.convertToAnyArray
(CastDataProvider provider) Convert this value to any ARRAY data type.private ValueArray
Value.convertToArray
(TypeInfo targetType, CastDataProvider provider, int conversionMode, 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.