Class SearchQueryExecutor
java.lang.Object
ca.uhn.fhir.jpa.search.builder.sql.SearchQueryExecutor
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<Long>
-
Constructor Summary
ConstructorsConstructorDescriptionSearchQueryExecutor
(GeneratedSql theGeneratedSql, Integer theMaxResultsToFetch) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static SearchQueryExecutor
boolean
hasNext()
next()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove