Uses of Class
org.h2.value.ValueRow
Packages that use ValueRow
Package
Description
Contains queries.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Data type and value implementations.
-
Uses of ValueRow in org.h2.command.query
Fields in org.h2.command.query declared as ValueRowModifier and TypeFieldDescriptionprivate ValueRow
SelectGroups.Grouped.currentGroupsKey
Key into groupByData that produces currentGroupByExprData.Fields in org.h2.command.query with type parameters of type ValueRowModifier and TypeFieldDescriptionSelectGroups.Grouped.cursor
Cursor forSelectGroups.Grouped.next()
method.SelectGroups.Grouped.groupByData
Map of group-by key to group-by expression data e.g.Methods in org.h2.command.query that return ValueRow -
Uses of ValueRow in org.h2.mvstore.db
Fields in org.h2.mvstore.db with type parameters of type ValueRowModifier and TypeFieldDescriptionMVPlainTempResult.cursor
Cursor for theMVPlainTempResult.next()
method.MVSortedTempResult.cursor
Cursor for theMVSortedTempResult.next()
method.MVSortedTempResult.index
Optional index.MVPlainTempResult.map
Map with identities of rows as keys rows as values.MVSortedTempResult.map
Map with rows as keys and counts of duplicate rows as values.Methods in org.h2.mvstore.db that return ValueRow -
Uses of ValueRow in org.h2.result
Fields in org.h2.result with type parameters of type ValueRowMethods in org.h2.result 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 ValueRow
Value.convertToAnyRow()
Convert this value to any ROW data type.static ValueRow
ValueRow.get
(ExtTypeInfoRow extTypeInfo, Value[] list) Get or create a typed row value for the given value array.static ValueRow
Get or create a typed row value for the given value array.static ValueRow
Get or create a row value for the given value array.