Uses of Class
org.h2.result.FetchedResult
Packages that use FetchedResult
Package
Description
Contains queries.
Implementation of row and internal result sets.
-
Uses of FetchedResult in org.h2.command.query
Subclasses of FetchedResult in org.h2.command.queryModifier and TypeClassDescriptionprivate final classLazy execution for a group sorted query.private final classLazy execution for a flat query.private classLazy execution for this select.private final classLazy execution for this union. -
Uses of FetchedResult in org.h2.result
Subclasses of FetchedResult in org.h2.resultModifier and TypeClassDescriptionclassLazy execution support for queries.final classThe client side part of a result set that is kept on the server.