Package ca.uhn.fhir.jpa.util
Class SqlQuery
java.lang.Object
ca.uhn.fhir.jpa.util.SqlQuery
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSqlQuery
(String theNamespace, String theSql, List<String> theParams, long theQueryTimestamp, long theElapsedTime, StackTraceElement[] theStackTraceElements, int theSize, SqlQuery.LanguageEnum theLanguage, RequestPartitionId theRequestPartitionId) SqlQuery
(String theSql, List<String> theParams, long theQueryTimestamp, long theElapsedTime, StackTraceElement[] theStackTraceElements, int theSize, RequestPartitionId theRequestPartitionId) -
Method Summary
-
Constructor Details
-
SqlQuery
public SqlQuery(String theSql, List<String> theParams, long theQueryTimestamp, long theElapsedTime, StackTraceElement[] theStackTraceElements, int theSize, RequestPartitionId theRequestPartitionId) -
SqlQuery
public SqlQuery(String theNamespace, String theSql, List<String> theParams, long theQueryTimestamp, long theElapsedTime, StackTraceElement[] theStackTraceElements, int theSize, SqlQuery.LanguageEnum theLanguage, RequestPartitionId theRequestPartitionId)
-
-
Method Details