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) class
MVPlainTempResult
Plain temporary result.(package private) class
MVSortedTempResult
Sorted temporary result.class
MVTempResult
Temporary result.Methods in org.h2.mvstore.db that return ResultExternal Modifier and Type Method Description ResultExternal
MVPlainTempResult. createShallowCopy()
ResultExternal
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 ResultExternal Modifier and Type Field Description private ResultExternal
LocalResult. external
Methods in org.h2.result that return ResultExternal Modifier and Type Method Description ResultExternal
ResultExternal. createShallowCopy()
Create a shallow copy of this object if possible.
-