Package migratedb.v1.core.api
Interface DatabaseTypeRegister
- All Known Implementing Classes:
DatabaseTypeRegisterImpl
public interface DatabaseTypeRegister
-
Method Summary
-
Method Details
-
getDatabaseTypes
List<DatabaseType> getDatabaseTypes()- Returns:
- Unmodifiable list of registered database types, ordered by
priority.
-
getDatabaseTypeForConnection
-