Class SpannerDatabaseExtension
- java.lang.Object
-
- migratedb.core.internal.database.spanner.SpannerDatabaseExtension
-
- All Implemented Interfaces:
MigrateDbExtension
public class SpannerDatabaseExtension extends Object implements MigrateDbExtension
-
-
Constructor Summary
Constructors Constructor Description SpannerDatabaseExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface migratedb.core.api.MigrateDbExtension
getConfigPropertiesConverters, getDatabaseTypes
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMigrateDbExtension- Returns:
- A human-readable English description of this extension.
-
-