Example #1
0
 public TypeSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type)
     : base(dbContext)
 {
     _type = type;
 }
Example #2
0
 public DependenciesSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type, IDependencyMatrix dependencyMatrix)
     : base(dbContext)
 {
     _type = type;
     _dependencyMatrix = dependencyMatrix;
 }
Example #3
0
 public DependenciesSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type, IDependencyMatrix dependencyMatrix)
     : base(dbContext)
 {
     _type             = type;
     _dependencyMatrix = dependencyMatrix;
 }
Example #4
0
 public TypeSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type)
     : base(dbContext)
 {
     _type = type;
 }