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 class
Select.LazyResultGroupSorted
Lazy execution for a group sorted query.private class
Select.LazyResultQueryFlat
Lazy execution for a flat query.private class
Select.LazyResultSelect
Lazy execution for this select.private class
SelectUnion.LazyResultUnion
Lazy execution for this union. -
Uses of FetchedResult in org.h2.result
Subclasses of FetchedResult in org.h2.result Modifier and Type Class Description class
LazyResult
Lazy execution support for queries.class
ResultRemote
The client side part of a result set that is kept on the server.
-