Свойство | Type | Description | |
---|---|---|---|
_columnTransformers | List |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DB2TableTransformer ( |
constructor
|
|
addRemoteColumnsAndKeys ( ) : void | ||
getDependingAssociationEnds ( ) : List |
gets the Class Elements that are needed for this logical element. This means the classes to which this element has an association to with multiplicity of 1..1 or 0..1. We will need these classes because they will create one or more columns in the associated table.
|
|
rename ( string newName ) : void | ||
setTableName ( string fixedTableString, int nameCounter ) : void |
Méthode | Description | |
---|---|---|
createTable ( System |
||
createTable ( TSF.UmlToolingFramework.Wrappers.EA classElement ) : void | ||
transformLogicalAttribute ( TSF.UmlToolingFramework.Wrappers.EA attribute ) : |
public DB2TableTransformer ( |
||
database | the database the table should belong to | |
nameTranslator | NameTranslator | the nametranslator |
Résultat | System |
protected createTable ( System |
||
logicalClasses | System |
|
Résultat | void |
protected createTable ( TSF.UmlToolingFramework.Wrappers.EA classElement ) : void | ||
classElement | TSF.UmlToolingFramework.Wrappers.EA | |
Résultat | void |
public getDependingAssociationEnds ( ) : List |
||
Résultat | List |
public setTableName ( string fixedTableString, int nameCounter ) : void | ||
fixedTableString | string | |
nameCounter | int | |
Résultat | void |
protected transformLogicalAttribute ( TSF.UmlToolingFramework.Wrappers.EA attribute ) : |
||
attribute | TSF.UmlToolingFramework.Wrappers.EA | |
Résultat |