Uses of Class
org.h2.mvstore.db.MVTempResult
-
Packages that use MVTempResult Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of MVTempResult in org.h2.mvstore.db
Subclasses of MVTempResult in org.h2.mvstore.db Modifier and Type Class Description (package private) classMVPlainTempResultPlain temporary result.(package private) classMVSortedTempResultSorted temporary result.Fields in org.h2.mvstore.db declared as MVTempResult Modifier and Type Field Description (package private) MVTempResultMVTempResult. parentParent store for copies.Constructors in org.h2.mvstore.db with parameters of type MVTempResult Constructor Description MVTempResult(MVTempResult parent)Creates a shallow copy of the result.
-