Exemple #1
0
 public ViewSqlGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view)
     : base(dbContext)
 {
     _view = view;
 }
Exemple #2
0
 public ViewSqlGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view)
     : base(dbContext)
 {
     _view = view;
 }
Exemple #3
0
 public DependenciesSqlGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view, IDependencyMatrix dependencyMatrix)
     : base(dbContext)
 {
     _view             = view;
     _dependencyMatrix = dependencyMatrix;
 }
Exemple #4
0
 public TableCommentGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view)
     : base(dbContext)
 {
     _view = view;
 }
Exemple #5
0
 public DependenciesSqlGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view, IDependencyMatrix dependencyMatrix)
     : base(dbContext)
 {
     _view = view;
     _dependencyMatrix = dependencyMatrix;
 }
 public TableCommentGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view)
     : base(dbContext)
 {
     _view = view;
 }
Exemple #7
0
 public ColumnCommentsGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view)
     : base(dbContext)
 {
     _view = view;
 }
 public ColumnCommentsGenerator(DataDictionaryDbContext dbContext, DBA_VIEWS view)
     : base(dbContext)
 {
     _view = view;
 }