Uses of Class
org.ehrbase.openehr.aqlengine.repository.PreparedQuery
Packages that use PreparedQuery
-
Uses of PreparedQuery in org.ehrbase.openehr.aqlengine.repository
Methods in org.ehrbase.openehr.aqlengine.repository that return PreparedQueryModifier and TypeMethodDescriptionAqlQueryRepository.prepareQuery(AslRootQuery aslQuery, List<SelectWrapper> selects) Prepares the full SQL query.Methods in org.ehrbase.openehr.aqlengine.repository with parameters of type PreparedQueryModifier and TypeMethodDescriptionAqlQueryRepository.executeQuery(PreparedQuery preparedQuery) Executes the givenPreparedQueryin its own read only transaction.AqlQueryRepository.explainQuery(boolean analyze, PreparedQuery preparedQuery) Explains the with optional analyse the givenPreparedQueryin its own read only transaction.