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 class
Lazy execution for a group sorted query.private final class
Lazy execution for a flat query.private class
Lazy execution for this select.private final class
Lazy execution for this union.Methods in org.h2.command.query that return LazyResultModifier and TypeMethodDescriptionprivate LazyResult
Select.queryFlat
(int columnCount, ResultTarget result, long offset, long limitRows, boolean withTies, boolean quickOffset) private LazyResult
Select.queryGroupSorted
(int columnCount, ResultTarget result, long offset, boolean quickOffset)