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 ValueArrayValue.convertToAnyArray(CastDataProvider provider) Convert this value to any ARRAY data type.private ValueArrayValue.convertToArray(TypeInfo targetType, CastDataProvider provider, int conversionMode, Object column) static ValueArrayValueArray.get(TypeInfo componentType, Value[] list, CastDataProvider provider) Get or create a array value for the given value array.static ValueArrayValueArray.get(Value[] list, CastDataProvider provider) Get or create a array value for the given value array.