Uses of Interface
org.h2.result.ResultExternal
-
Packages that use ResultExternal Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.result Implementation of row and internal result sets. -
-
Uses of ResultExternal in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement ResultExternal Modifier and Type Class Description (package private) classMVPlainTempResultPlain temporary result.(package private) classMVSortedTempResultSorted temporary result.classMVTempResultTemporary result.Methods in org.h2.mvstore.db that return ResultExternal Modifier and Type Method Description ResultExternalMVPlainTempResult. createShallowCopy()ResultExternalMVSortedTempResult. 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 ResultExternal Modifier and Type Field Description private ResultExternalLocalResult. externalMethods in org.h2.result that return ResultExternal Modifier and Type Method Description ResultExternalResultExternal. createShallowCopy()Create a shallow copy of this object if possible.
-