Package ca.uhn.fhir.jpa.migrate.taskdef
Class MetadataSource
java.lang.Object
ca.uhn.fhir.jpa.migrate.taskdef.MetadataSource
Helper to extract database information about supported migrations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisOnlineIndexSupported(DriverTypeEnum.ConnectionProperties theConnectionProperties) Does this database support index operations without write-locking the table?
-
Constructor Details
-
MetadataSource
public MetadataSource()
-
-
Method Details
-
isOnlineIndexSupported
Does this database support index operations without write-locking the table?
-