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 ValueRowSelectGroups.Grouped.currentGroupsKeyKey into groupByData that produces currentGroupByExprData.Fields in org.h2.command.query with type parameters of type ValueRowModifier and TypeFieldDescriptionSelectGroups.Grouped.cursorCursor forSelectGroups.Grouped.next()method.SelectGroups.Grouped.groupByDataMap 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.cursorCursor for theMVPlainTempResult.next()method.MVSortedTempResult.cursorCursor for theMVSortedTempResult.next()method.MVSortedTempResult.indexOptional index.MVPlainTempResult.mapMap with identities of rows as keys rows as values.MVSortedTempResult.mapMap 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 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.