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