Uses of Interface
migratedb.v1.core.api.ConnectionProvider
Packages that use ConnectionProvider
Package
Description
Interfaces for MigrateDB configuration
Private API.
-
Uses of ConnectionProvider in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return ConnectionProviderModifier and TypeMethodDescription@Nullable ConnectionProviderConfiguration.getDataSource()@Nullable ConnectionProviderDefaultConfiguration.getDataSource()@Nullable ConnectionProviderFluentConfiguration.getDataSource()Methods in migratedb.v1.core.api.configuration with parameters of type ConnectionProviderModifier and TypeMethodDescriptionFluentConfiguration.dataSource(ConnectionProvider dataSource) Sets the data source to use.voidDefaultConfiguration.setDataSource(@Nullable ConnectionProvider dataSource) Sets the data source to use. -
Uses of ConnectionProvider in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc with parameters of type ConnectionProviderModifier and TypeMethodDescriptionstatic ConnectionJdbcUtils.openConnection(ConnectionProvider dataSource, int connectRetries, int connectRetriesInterval, DatabaseTypeRegister databaseTypeRegister) Opens a new connection fromdataSource.Constructors in migratedb.v1.core.internal.jdbc with parameters of type ConnectionProviderModifierConstructorDescriptionJdbcConnectionFactoryImpl(ConnectionProvider dataSource, Configuration configuration) Creates a new JDBC connection factory.