Uses of Class
org.h2.result.FetchedResult
-
Packages that use FetchedResult Package Description org.h2.command.query Contains queries.org.h2.result Implementation of row and internal result sets. -
-
Uses of FetchedResult in org.h2.command.query
Subclasses of FetchedResult in org.h2.command.query Modifier and Type Class Description private classSelect.LazyResultGroupSortedLazy execution for a group sorted query.private classSelect.LazyResultQueryFlatLazy execution for a flat query.private classSelect.LazyResultSelectLazy execution for this select.private classSelectUnion.LazyResultUnionLazy execution for this union. -
Uses of FetchedResult in org.h2.result
Subclasses of FetchedResult in org.h2.result Modifier and Type Class Description classLazyResultLazy execution support for queries.classResultRemoteThe client side part of a result set that is kept on the server.
-