Exemple #1
0
 public SQLiteBatchExecutor(
     [NotNull] SQLiteSqlGenerator sqlGenerator,
     [NotNull] SQLiteConnection connection,
     [NotNull] SQLiteTypeMapper parameterFactory)
     : base(sqlGenerator, connection, parameterFactory)
 {
 }
 public SQLiteBatchExecutor(
     [NotNull] SQLiteTypeMapper typeMapper,
     [NotNull] DbContextConfiguration contextConfiguration)
     : base(typeMapper, contextConfiguration)
 {
 }
Exemple #3
0
 public SQLiteMigrationOperationSqlGenerator([NotNull] SQLiteTypeMapper typeMapper)
     : base(typeMapper)
 {
 }
Exemple #4
0
 public SQLiteDatabaseBuilder([NotNull] SQLiteTypeMapper typeMapper)
     : base(typeMapper)
 {
 }
Exemple #5
0
 public SQLiteBatchExecutor(
     [NotNull] SQLiteTypeMapper typeMapper)
     : base(typeMapper)
 {
 }