Esempio n. 1
0
 public ConstraintsSqlGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Esempio n. 2
0
 public ConstraintsSqlGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Esempio n. 3
0
 public TableColumnsSqlGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Esempio n. 4
0
 public TableCommentGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }
Esempio n. 5
0
 public ColumnCommentsGenerator(DataDictionaryDbContext dbContext, DBA_TABLES table)
     : base(dbContext)
 {
     _table = table;
 }