Uses of Interface
migratedb.v1.core.api.ConnectionProvider
-
Packages that use ConnectionProvider Package Description migratedb.v1.core.api.configuration Interfaces for MigrateDB configurationmigratedb.v1.core.internal.jdbc Private API. -
-
Uses of ConnectionProvider in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return ConnectionProvider Modifier and Type Method Description @Nullable ConnectionProviderConfiguration. getDataSource()@Nullable ConnectionProviderDefaultConfiguration. getDataSource()@Nullable ConnectionProviderFluentConfiguration. getDataSource()Methods in migratedb.v1.core.api.configuration with parameters of type ConnectionProvider Modifier and Type Method Description FluentConfigurationFluentConfiguration. 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 ConnectionProvider Modifier and Type Method Description static 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 ConnectionProvider Constructor Description JdbcConnectionFactoryImpl(ConnectionProvider dataSource, Configuration configuration)
-