Uses of Class
org.h2.value.ValueRow
Packages that use ValueRow
Package
Description
Contains queries.
Data type and value implementations.
-
Uses of ValueRow in org.h2.command.query
Methods in org.h2.command.query that return ValueRow -
Uses of ValueRow in org.h2.value
Fields in org.h2.value declared as ValueRowMethods in org.h2.value that return ValueRowModifier and TypeMethodDescriptionfinal ValueRowValue.convertToAnyRow()Convert this value to any ROW data type.static ValueRowValueRow.get(ExtTypeInfoRow extTypeInfo, Value[] list) Get or create a typed row value for the given value array.static ValueRowGet or create a typed row value for the given value array.static ValueRowGet or create a row value for the given value array.