Uses of Class
ca.uhn.fhir.jpa.migrate.DriverTypeEnum.ConnectionProperties
Packages that use DriverTypeEnum.ConnectionProperties
-
Uses of DriverTypeEnum.ConnectionProperties in ca.uhn.fhir.jpa.migrate
Methods in ca.uhn.fhir.jpa.migrate that return DriverTypeEnum.ConnectionPropertiesModifier and TypeMethodDescriptionDriverTypeEnum.newConnectionProperties(String theUrl, String theUsername, String thePassword)DriverTypeEnum.newConnectionProperties(DataSource theDataSource)Methods in ca.uhn.fhir.jpa.migrate with parameters of type DriverTypeEnum.ConnectionPropertiesModifier and TypeMethodDescriptionJdbcUtils.getColumnNames(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName)Retrieve all index namesstatic JdbcUtils.ColumnTypeJdbcUtils.getColumnType(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName, String theColumnName)Retrieve all index namesJdbcUtils.getForeignKeys(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName, String theForeignTable)Retrieve all index namesJdbcUtils.getForeignKeysForColumn(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theForeignKeyColumn, String theForeignTable)Retrieve names of foreign keys that reference a specified foreign key column.JdbcUtils.getIndexNames(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName)Retrieve all index namesJdbcUtils.getSequenceNames(DriverTypeEnum.ConnectionProperties theConnectionProperties)JdbcUtils.getTableNames(DriverTypeEnum.ConnectionProperties theConnectionProperties)static booleanJdbcUtils.isColumnNullable(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName, String theColumnName)static booleanJdbcUtils.isIndexUnique(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName, String theIndexName)voidFlywayMigrationTask.setConnectionProperties(DriverTypeEnum.ConnectionProperties theConnectionProperties) -
Uses of DriverTypeEnum.ConnectionProperties in ca.uhn.fhir.jpa.migrate.taskdef
Methods in ca.uhn.fhir.jpa.migrate.taskdef that return DriverTypeEnum.ConnectionPropertiesMethods in ca.uhn.fhir.jpa.migrate.taskdef with parameters of type DriverTypeEnum.ConnectionPropertiesModifier and TypeMethodDescriptionBaseTask.setConnectionProperties(DriverTypeEnum.ConnectionProperties theConnectionProperties)