프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_columnTransformers | List |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
protected createTable ( System |
||
logicalClasses | System |
|
리턴 | void |
protected createTable ( TSF.UmlToolingFramework.Wrappers.EA classElement ) : void | ||
classElement | TSF.UmlToolingFramework.Wrappers.EA | |
리턴 | void |
public setTableName ( string fixedTableString, int nameCounter ) : void | ||
fixedTableString | string | |
nameCounter | int | |
리턴 | void |
protected transformLogicalAttribute ( TSF.UmlToolingFramework.Wrappers.EA attribute ) : |
||
attribute | TSF.UmlToolingFramework.Wrappers.EA | |
리턴 |