Uses of Interface
migratedb.v1.core.api.internal.database.DatabaseExecutionStrategy
-
Packages that use DatabaseExecutionStrategy Package Description migratedb.v1.core.api.internal.database.base migratedb.v1.core.internal.database Private API.migratedb.v1.core.internal.database.base Private API.migratedb.v1.core.internal.database.cockroachdb Private API. -
-
Uses of DatabaseExecutionStrategy in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return DatabaseExecutionStrategy Modifier and Type Method Description DatabaseExecutionStrategyDatabaseType. 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 DatabaseExecutionStrategy Modifier and Type Class Description classDefaultExecutionStrategyThe 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 DatabaseExecutionStrategy Modifier and Type Method Description DatabaseExecutionStrategyBaseDatabaseType. createExecutionStrategy(Connection connection) -
Uses of DatabaseExecutionStrategy in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement DatabaseExecutionStrategy Modifier and Type Class Description classCockroachDBRetryingStrategyCockroachDB 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 DatabaseExecutionStrategy Modifier and Type Method Description DatabaseExecutionStrategyCockroachDBDatabaseType. createExecutionStrategy(Connection connection)
-