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