Uses of Class
org.h2.result.LazyResult
-
Packages that use LazyResult Package Description org.h2.command.query Contains queries. -
-
Uses of LazyResult in org.h2.command.query
Subclasses of LazyResult 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.Methods in org.h2.command.query that return LazyResult Modifier and Type Method Description private 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)
-