Uses of Interface
org.h2.result.ResultExternal
Packages that use ResultExternal
Package
Description
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
-
Uses of ResultExternal in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement ResultExternalModifier and TypeClassDescription(package private) class
Plain temporary result.(package private) class
Sorted temporary result.class
Temporary result.Methods in org.h2.mvstore.db that return ResultExternalModifier and TypeMethodDescriptionMVPlainTempResult.createShallowCopy()
MVSortedTempResult.createShallowCopy()
static ResultExternal
MVTempResult.of
(Database database, Expression[] expressions, boolean distinct, int[] distinctIndexes, int visibleColumnCount, int resultColumnCount, SortOrder sort) Creates MVStore-based temporary result. -
Uses of ResultExternal in org.h2.result
Fields in org.h2.result declared as ResultExternalMethods in org.h2.result that return ResultExternalModifier and TypeMethodDescriptionResultExternal.createShallowCopy()
Create a shallow copy of this object if possible.