Uses of Class
ca.uhn.fhir.jpa.util.SqlQuery
-
Uses of SqlQuery in ca.uhn.fhir.jpa.util
Modifier and TypeMethodDescriptionCircularQueueCaptureQueriesListener.getAllQueriesForCurrentThread()
Returns all queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getCapturedQueries()
Index 0 is oldestCircularQueueCaptureQueriesListener.getDeleteQueries()
Returns all UPDATE queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getDeleteQueriesForCurrentThread()
Returns all UPDATE queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getInsertQueries()
Returns all INSERT queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getInsertQueriesForCurrentThread()
Returns all INSERT queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getSelectQueries()
Returns all SELECT queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getSelectQueriesForCurrentThread()
Returns all SELECT queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getUpdateQueries()
Returns all UPDATE queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.getUpdateQueriesForCurrentThread()
Returns all UPDATE queries executed on the current thread - Index 0 is oldestCircularQueueCaptureQueriesListener.logSelectQueries()
Log all captured SELECT queriesCircularQueueCaptureQueriesListener.logSelectQueries
(boolean theInlineParams, boolean theFormatSql) Log all captured SELECT queriesBaseCaptureQueriesListener.provideQueryList()
CircularQueueCaptureQueriesListener.provideQueryList()
CurrentThreadCaptureQueriesListener.provideQueryList()
Modifier and TypeMethodDescriptionint
CircularQueueCaptureQueriesListener.logInsertQueries
(Predicate<SqlQuery> theInclusionPredicate) Log all captured INSERT queries