public ConstraintsSqlGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Beispiel #2
0
 public ConstraintsSqlGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Beispiel #3
0
 public TableColumnsSqlGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Beispiel #4
0
 public TableCommentGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
 public ColumnCommentsGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }