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 ValueArrayJdbcArray. value -
Uses of ValueArray in org.h2.value
Fields in org.h2.value declared as ValueArray Modifier and Type Field Description static ValueArrayValueArray. EMPTYEmpty array.Methods in org.h2.value that return ValueArray Modifier and Type Method Description ValueArrayValue. convertToAnyArray(CastDataProvider provider)Convert this value to any ARRAY data type.private ValueArrayValue. convertToArray(TypeInfo targetType, CastDataProvider provider, int conversionMode, java.lang.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.
-