public SQLiteBatchExecutor( [NotNull] SQLiteSqlGenerator sqlGenerator, [NotNull] SQLiteConnection connection, [NotNull] SQLiteTypeMapper parameterFactory) : base(sqlGenerator, connection, parameterFactory) { }
public SQLiteMigrator( [NotNull] DbContextConfiguration contextConfiguration, [NotNull] HistoryRepository historyRepository, [NotNull] MigrationAssembly migrationAssembly, [NotNull] ModelDiffer modelDiffer, [NotNull] SQLiteMigrationOperationSqlGeneratorFactory ddlSqlGeneratorFactory, [NotNull] SQLiteSqlGenerator dmlSqlGenerator, [NotNull] SqlStatementExecutor sqlExecutor) : base( contextConfiguration, historyRepository, migrationAssembly, modelDiffer, ddlSqlGeneratorFactory, dmlSqlGenerator, sqlExecutor) { }
public SQLiteModificationCommandBatchFactory( [NotNull] SQLiteSqlGenerator sqlGenerator, [NotNull] DbContextConfiguration contextConfiguration) : base(sqlGenerator, contextConfiguration) { }
public SQLiteModificationCommandBatchFactory([NotNull] SQLiteSqlGenerator sqlGenerator) : base(sqlGenerator) { }