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.executeQuery(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theSql, Object... theArgs) static voidJdbcUtils.executeSql(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theSql, Object... theArgs) JdbcUtils.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 names.JdbcUtils.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.getPrimaryKeyColumns(DriverTypeEnum.ConnectionProperties theConnectionProperties, String theTableName) Retrieve all index namesstatic List<org.hibernate.tool.schema.extract.spi.SequenceInformation>JdbcUtils.getSequenceInformation(DriverTypeEnum.ConnectionProperties theConnectionProperties) JdbcUtils.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) -
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 TypeMethodDescriptionbooleanMetadataSource.isOnlineIndexSupported(DriverTypeEnum.ConnectionProperties theConnectionProperties) Does this database support index operations without write-locking the table?BaseTask.setConnectionProperties(DriverTypeEnum.ConnectionProperties theConnectionProperties)