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