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