Uses of Class
org.linuxforhealth.fhir.database.utils.postgres.PostgresAdapter.MessageKey
-
Packages that use PostgresAdapter.MessageKey Package Description org.linuxforhealth.fhir.database.utils.postgres -
-
Uses of PostgresAdapter.MessageKey in org.linuxforhealth.fhir.database.utils.postgres
Methods in org.linuxforhealth.fhir.database.utils.postgres that return PostgresAdapter.MessageKey Modifier and Type Method Description static PostgresAdapter.MessageKey
PostgresAdapter.MessageKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PostgresAdapter.MessageKey[]
PostgresAdapter.MessageKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.database.utils.postgres with parameters of type PostgresAdapter.MessageKey Modifier and Type Method Description void
PostgresAdapter. warnOnce(PostgresAdapter.MessageKey messageKey, java.lang.String msg)
Once write each warning message once
-