Uses of Enum Class
org.openmetadata.service.jdbi3.locator.ConnectionType
Packages that use ConnectionType
Package
Description
-
Uses of ConnectionType in org.openmetadata.service.jdbi3.locator
Methods in org.openmetadata.service.jdbi3.locator that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypestatic ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConnectionType in org.openmetadata.service.migration.api
Methods in org.openmetadata.service.migration.api with parameters of type ConnectionTypeModifier and TypeMethodDescriptionMigrationWorkflow.getMigrationFiles(String nativeSQLScriptRootPath, ConnectionType connectionType, String extensionSQLScriptRootPath) MigrationWorkflow.getMigrationFilesFromPath(String path, ConnectionType connectionType) Constructors in org.openmetadata.service.migration.api with parameters of type ConnectionTypeModifierConstructorDescriptionMigrationWorkflow(org.jdbi.v3.core.Jdbi jdbi, String nativeSQLScriptRootPath, ConnectionType connectionType, String extensionSQLScriptRootPath, boolean forceMigrations) -
Uses of ConnectionType in org.openmetadata.service.migration.utils
Fields in org.openmetadata.service.migration.utils declared as ConnectionTypeConstructors in org.openmetadata.service.migration.utils with parameters of type ConnectionTypeModifierConstructorDescriptionMigrationFile(File dir, MigrationDAO migrationDAO, ConnectionType connectionType) -
Uses of ConnectionType in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type ConnectionTypeModifier and TypeMethodDescriptionstatic voidTablesInitializer.validateAndRunSystemDataMigrations(org.jdbi.v3.core.Jdbi jdbi, OpenMetadataApplicationConfig config, ConnectionType connType, String nativeMigrationSQLPath, String extensionSQLScriptRootPath, boolean forceMigrations)