
Uses of Enum Class
org.hl7.fhir.r4.utils.sql.ColumnKind
Packages that use ColumnKind
-
Uses of ColumnKind in org.hl7.fhir.r4.utils.sql
Methods in org.hl7.fhir.r4.utils.sql that return ColumnKindModifier and TypeMethodDescriptionColumn.getKind()
static ColumnKind
Returns the enum constant of this class with the specified name.static ColumnKind[]
ColumnKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.utils.sql with parameters of type ColumnKindConstructors in org.hl7.fhir.r4.utils.sql with parameters of type ColumnKindModifierConstructorDescriptionprotected
Column
(String name, boolean isColl, String type, ColumnKind kind)