Uses of Class
org.h2.value.ExtTypeInfoRow
-
Packages that use ExtTypeInfoRow Package Description org.h2.value Data type and value implementations. -
-
Uses of ExtTypeInfoRow in org.h2.value
Methods in org.h2.value with parameters of type ExtTypeInfoRow Modifier and Type Method Description static ValueRow
ValueRow. get(ExtTypeInfoRow extTypeInfo, Value[] list)
Get or create a typed row value for the given value array.
-