Esempio n. 1
0
 public RelationAssocToFKey(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Esempio n. 2
0
 public RelationClassToTable(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Esempio n. 3
0
 public RelationSuperAttributeToColumn(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public RelationPackageToSchema(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }