Uses of Interface
migratedb.v1.core.api.internal.database.DatabaseExecutionStrategy
Packages that use DatabaseExecutionStrategy
Package
Description
Private API.
Private API.
Private API.
-
Uses of DatabaseExecutionStrategy in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return DatabaseExecutionStrategyModifier and TypeMethodDescriptionDatabaseType.createExecutionStrategy(Connection connection) Initializes the DatabaseExecutionStrategy used by this Database Type. -
Uses of DatabaseExecutionStrategy in migratedb.v1.core.internal.database
Classes in migratedb.v1.core.internal.database that implement DatabaseExecutionStrategyModifier and TypeClassDescriptionclassThe default execution strategy for aSQLCallable, which performs a single execution. -
Uses of DatabaseExecutionStrategy in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base that return DatabaseExecutionStrategyModifier and TypeMethodDescriptionBaseDatabaseType.createExecutionStrategy(Connection connection) -
Uses of DatabaseExecutionStrategy in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement DatabaseExecutionStrategyModifier and TypeClassDescriptionclassCockroachDB recommend the use of retries should we see a SQL error code 40001, which represents a lock wait timeout.Methods in migratedb.v1.core.internal.database.cockroachdb that return DatabaseExecutionStrategyModifier and TypeMethodDescriptionCockroachDBDatabaseType.createExecutionStrategy(Connection connection)