Class SearchQueryExecutor
java.lang.Object
ca.uhn.fhir.jpa.search.builder.sql.SearchQueryExecutor
- All Implemented Interfaces:
ISearchQueryExecutor
,Closeable
,AutoCloseable
,Iterator<Long>
-
Constructor Summary
ConstructorDescriptionSearchQueryExecutor
(GeneratedSql theGeneratedSql, Integer theMaxResultsToFetch) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Narrow the signature - no IOException allowed.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
-
Constructor Details
-
SearchQueryExecutor
Constructor
-
-
Method Details
-
close
Description copied from interface:ISearchQueryExecutor
Narrow the signature - no IOException allowed.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceISearchQueryExecutor
-
hasNext
-
next
-
emptyExecutor
-