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