BackfillAllStrategy constructor
BackfillAllStrategy({
- MysqlRdbms? mysqlExcludedObjects,
- OracleRdbms? oracleExcludedObjects,
- PostgresqlRdbms? postgresqlExcludedObjects,
- SqlServerRdbms? sqlServerExcludedObjects,
Implementation
BackfillAllStrategy({
this.mysqlExcludedObjects,
this.oracleExcludedObjects,
this.postgresqlExcludedObjects,
this.sqlServerExcludedObjects,
});