Uses of Enum
ca.uhn.fhir.jpa.migrate.taskdef.ColumnTypeEnum
Packages that use ColumnTypeEnum
Package
Description
-
Uses of ColumnTypeEnum in ca.uhn.fhir.jpa.migrate
Methods in ca.uhn.fhir.jpa.migrate that return ColumnTypeEnumMethods in ca.uhn.fhir.jpa.migrate with parameters of type ColumnTypeEnumModifier and TypeMethodDescriptionbooleanJdbcUtils.ColumnType.equals(ColumnTypeEnum theTaskColumnType, Long theTaskColumnLength) Constructors in ca.uhn.fhir.jpa.migrate with parameters of type ColumnTypeEnumModifierConstructorDescriptionColumnType(ColumnTypeEnum theColumnType) ColumnType(ColumnTypeEnum theColumnType, int theLength) ColumnType(ColumnTypeEnum theColumnType, Long theLength) -
Uses of ColumnTypeEnum in ca.uhn.fhir.jpa.migrate.taskdef
Methods in ca.uhn.fhir.jpa.migrate.taskdef that return ColumnTypeEnumModifier and TypeMethodDescriptionBaseTableColumnTypeTask.getColumnType()static ColumnTypeEnumReturns the enum constant of this type with the specified name.static ColumnTypeEnum[]ColumnTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.migrate.taskdef that return types with arguments of type ColumnTypeEnumModifier and TypeMethodDescriptionColumnTypeToDriverTypeToSqlType.getColumnTypeToDriverTypeToSqlType()Methods in ca.uhn.fhir.jpa.migrate.taskdef with parameters of type ColumnTypeEnumModifier and TypeMethodDescriptionprotected StringBaseTableTask.getSqlType(ColumnTypeEnum theColumnType, Long theColumnLength) BaseTableColumnTypeTask.setColumnType(ColumnTypeEnum theColumnType) -
Uses of ColumnTypeEnum in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type ColumnTypeEnumModifier and TypeMethodDescriptionBuilder.BuilderWithTableName.BuilderAddColumnWithName.BuilderAddColumnWithNameNullable.type(ColumnTypeEnum theColumnType) Builder.BuilderWithTableName.BuilderAddColumnWithName.BuilderAddColumnWithNameNullable.type(ColumnTypeEnum theColumnType, Integer theLength) voidBuilder.BuilderWithTableName.BuilderModifyColumnWithName.BuilderModifyColumnWithNameAndNullable.withType(ColumnTypeEnum theColumnType) voidBuilder.BuilderWithTableName.BuilderModifyColumnWithName.BuilderModifyColumnWithNameAndNullable.withType(ColumnTypeEnum theColumnType, Integer theLength)