Uses of Class
org.openmetadata.service.jdbi3.locator.ConnectionType
-
Packages that use ConnectionType Package Description org.openmetadata.service.jdbi3.locator org.openmetadata.service.migration.api org.openmetadata.service.migration.utils org.openmetadata.service.util -
-
Uses of ConnectionType in org.openmetadata.service.jdbi3.locator
Methods in org.openmetadata.service.jdbi3.locator that return ConnectionType Modifier and Type Method Description ConnectionTypeconnectionType()ConnectionTypeconnectionType()static ConnectionTypeConnectionType. from(String value)static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionType in org.openmetadata.service.migration.api
Constructors in org.openmetadata.service.migration.api with parameters of type ConnectionType Constructor Description MigrationWorkflow(org.jdbi.v3.core.Jdbi jdbi, String nativeSQLScriptRootPath, ConnectionType connectionType, boolean forceMigrations) -
Uses of ConnectionType in org.openmetadata.service.migration.utils
Fields in org.openmetadata.service.migration.utils declared as ConnectionType Modifier and Type Field Description ConnectionTypeMigrationFile. connectionTypeConstructors in org.openmetadata.service.migration.utils with parameters of type ConnectionType Constructor Description MigrationFile(File dir, MigrationDAO migrationDAO, ConnectionType connectionType) -
Uses of ConnectionType in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type ConnectionType Modifier and Type Method Description static voidTablesInitializer. validateAndRunSystemDataMigrations(org.jdbi.v3.core.Jdbi jdbi, ConnectionType connType, String nativeMigrationSQLPath, boolean forceMigrations)
-