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 ResultExternalMethods in org.h2.mvstore.db that return ResultExternalModifier and TypeMethodDescriptionstatic 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
Methods in org.h2.result that return ResultExternalModifier and TypeMethodDescriptionResultExternal.createShallowCopy()Create a shallow copy of this object if possible.