Uses of Enum
org.hl7.fhir.r5.utils.sql.ColumnKind
-
Uses of ColumnKind in org.hl7.fhir.r5.utils.sql
Modifier 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.ModifierConstructorDescriptionprotected
Column
(String name, boolean isColl, String type, ColumnKind kind)