Uses of Enum
ca.uhn.fhir.jpa.util.SqlQuery.LanguageEnum
-
Uses of SqlQuery.LanguageEnum in ca.uhn.fhir.jpa.util
Modifier and TypeMethodDescriptionSqlQuery.getLanguage()
static SqlQuery.LanguageEnum
Returns the enum constant of this type with the specified name.static SqlQuery.LanguageEnum[]
SqlQuery.LanguageEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionSqlQuery
(String theNamespace, String theSql, List<String> theParams, long theQueryTimestamp, long theElapsedTime, StackTraceElement[] theStackTraceElements, int theSize, SqlQuery.LanguageEnum theLanguage, RequestPartitionId theRequestPartitionId)