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