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