Uses of Enum
ca.uhn.fhir.jpa.migrate.DriverTypeEnum
Packages that use DriverTypeEnum
Package
Description
-
Uses of DriverTypeEnum in ca.uhn.fhir.jpa.migrate
Methods in ca.uhn.fhir.jpa.migrate that return DriverTypeEnumModifier and TypeMethodDescriptionstatic DriverTypeEnumDriverTypeEnum.fromDriverClassName(String theDriverClassName) BaseMigrator.getDriverType()DriverTypeEnum.ConnectionProperties.getDriverType()static DriverTypeEnumReturns the enum constant of this type with the specified name.static DriverTypeEnum[]DriverTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.migrate with parameters of type DriverTypeEnumModifier and TypeMethodDescriptionvoidBaseMigrator.setDriverType(DriverTypeEnum theDriverType) voidMigrator.setDriverType(DriverTypeEnum theDriverType) voidSchemaMigrator.setDriverType(DriverTypeEnum theDriverType) Constructors in ca.uhn.fhir.jpa.migrate with parameters of type DriverTypeEnumModifierConstructorDescriptionConnectionProperties(DataSource theDataSource, org.springframework.transaction.support.TransactionTemplate theTxTemplate, DriverTypeEnum theDriverType) ConstructorFlywayMigrator(String theMigrationTableName, DataSource theDataSource, DriverTypeEnum theDriverType) -
Uses of DriverTypeEnum in ca.uhn.fhir.jpa.migrate.taskdef
Methods in ca.uhn.fhir.jpa.migrate.taskdef that return DriverTypeEnumMethods in ca.uhn.fhir.jpa.migrate.taskdef that return types with arguments of type DriverTypeEnumModifier and TypeMethodDescriptionColumnTypeToDriverTypeToSqlType.getColumnTypeToDriverTypeToSqlType()Methods in ca.uhn.fhir.jpa.migrate.taskdef with parameters of type DriverTypeEnumModifier and TypeMethodDescriptionvoidAddTableRawSqlTask.addSql(DriverTypeEnum theDriverType, String theSql) ExecuteRawSqlTask.addSql(DriverTypeEnum theDriverType, String theSql) BaseTask.setDriverType(DriverTypeEnum theDriverType) Method parameters in ca.uhn.fhir.jpa.migrate.taskdef with type arguments of type DriverTypeEnumModifier and TypeMethodDescriptionvoidBaseTask.setOnlyAppliesToPlatforms(Set<DriverTypeEnum> theOnlyAppliesToPlatforms) -
Uses of DriverTypeEnum in ca.uhn.fhir.jpa.migrate.tasks
Methods in ca.uhn.fhir.jpa.migrate.tasks with parameters of type DriverTypeEnumModifier and TypeMethodDescriptionprotected StringSchemaInitializationProvider.getInitScript(DriverTypeEnum theDriverType) SchemaInitializationProvider.getSqlStatements(DriverTypeEnum theDriverType) protected StringSchemaInitializationProvider.preProcessSqlStatement(DriverTypeEnum theDriverType, String sqlStatement) protected StringSchemaInitializationProvider.preProcessSqlString(DriverTypeEnum theDriverType, String sqlString) -
Uses of DriverTypeEnum in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type DriverTypeEnumModifier and TypeMethodDescriptionBuilder.BuilderAddTableRawSql.addSql(DriverTypeEnum theDriverTypeEnum, String theSql) Builder.executeRawSql(String theVersion, DriverTypeEnum theDriver, String theSql) ISchemaInitializationProvider.getSqlStatements(DriverTypeEnum theDriverType) Builder.BuilderCompleteTask.onlyAppliesToPlatforms(DriverTypeEnum... theTypes) Method parameters in ca.uhn.fhir.jpa.migrate.tasks.api with type arguments of type DriverTypeEnumModifier and TypeMethodDescriptionBuilder.executeRawSql(String theVersion, Map<DriverTypeEnum, String> theDriverToSql) Builder method to define a raw SQL execution migration that needs to take place against multiple database types, and the SQL they need to use is not equal.Builder.executeRawSqls(String theVersion, Map<DriverTypeEnum, List<String>> theDriverToSqls) Builder method to define a raw SQL execution migration that needs to take place against multiple database types, and the SQL they need to use is not equal, and there are multiple sql commands for a given database.