Uses of Class
org.h2.result.LazyResult
Packages that use LazyResult
-
Uses of LazyResult in org.h2.command.query
Subclasses of LazyResult 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.Methods in org.h2.command.query that return LazyResultModifier and TypeMethodDescriptionprivate LazyResultSelect.queryFlat(int columnCount, ResultTarget result, long offset, long limitRows, boolean withTies, boolean quickOffset) private LazyResultSelect.queryGroupSorted(int columnCount, ResultTarget result, long offset, boolean quickOffset)