BackfillAllStrategy constructor

BackfillAllStrategy({
  1. MysqlRdbms? mysqlExcludedObjects,
  2. OracleRdbms? oracleExcludedObjects,
  3. PostgresqlRdbms? postgresqlExcludedObjects,
  4. SqlServerRdbms? sqlServerExcludedObjects,
})

Implementation

BackfillAllStrategy({
  this.mysqlExcludedObjects,
  this.oracleExcludedObjects,
  this.postgresqlExcludedObjects,
  this.sqlServerExcludedObjects,
});