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