示例#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;
 }