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) classPlain temporary result.(package private) classSorted temporary result.classTemporary result.Methods in org.h2.mvstore.db that return ResultExternalModifier and TypeMethodDescriptionMVPlainTempResult.createShallowCopy()MVSortedTempResult.createShallowCopy()static ResultExternalMVTempResult.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.