예제 #1
0
 public Builder_Data(Model.DatabaseType dbType)
 {
     this.createInstance   = Factory.Factory.CreateCreateCodeInstance(dbType);
     this.databaseInstance = Factory.Factory.CreateDatabaseInstance(dbType);
     this.import           = new Import(dbType);
 }
예제 #2
0
 public Database(DatabaseType databaseType)
 {
     this.databaseType = databaseType;
     DatabaseInstance  = Factory.Factory.CreateDatabaseInstance(databaseType);
 }
예제 #3
0
 public Builder_Data(Model.DatabaseType dbType)
 {
     this.createInstance = Factory.Factory.CreateCreateCodeInstance(dbType);
     this.databaseInstance = Factory.Factory.CreateDatabaseInstance(dbType);
     this.import = new Import(dbType);
 }
예제 #4
0
 public Database(DatabaseType databaseType)
 {
     this.databaseType = databaseType;
     DatabaseInstance = Factory.Factory.CreateDatabaseInstance(databaseType);
 }