Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Joerch

Pages: [1]
1
General Board / html report. Name of the node in the tree
« on: September 27, 2010, 06:16:54 pm »
Hello,

is it possible to generate a html report without the sterotypes in the javascript tree?

With kind regards
Joerg

2
General Board / Re: synchronize Tagged Values more better?
« on: September 08, 2009, 11:22:55 pm »
ohh, I have the same problem. We have only changed an enumeration of a tagged value and you have to change every occurrence in a class and change the list for this tagged value.

Is there any other way to deal with this Problem?

3
General Board / Re: Transorm vom Class to DDL
« on: June 25, 2009, 11:09:59 pm »
Thank you Oliver!

It is a bit disappointing to here that.

In my case, when I click on the attribute name with the classifier NAME, I can see the tagged values from the classifier NAME. So I thought there could be an easy way to get the tagged values.

I want to avoid attributes with the same meaning but different lenght in the database tables.

Joerg


4
General Board / Transorm from Class to DDL
« on: June 25, 2009, 05:32:40 pm »
Hello!

I am new to EA.

So far, we I have done the following:

1. create a profile with a stereotype and some tagged values. These tagged values have information like length or SQL-Type. SQL-Type is an enumeration with some SQL Datatypes (NUMERIC, DATE, VARCHAR).

2. I use this UML Profile to set up some classes with the mentioned tagged values. These classes are used to be MY attributes. For example I have created a class Name(tagged values: length=30, SQLType=VARCHAR), Income(tagged values: length=10 scale=2 SQLType=NUMERIC)

3. I have created a new package and a new class Person with the attributes name (datatype=Name) and income(datatype=Income)

4. And now I want to transform this into a DDL.

Where and how can I acces the tagged values of the Datatypes in the transformation process to have a column with the SQLType and the length from the tagged values?

With kind regards

Joerg

5
Bugs and Issues / Re: Transforming datatype from PIM to PSM
« on: March 10, 2011, 03:22:54 am »
Hello Geert,

hmm I have not found a mapping ind the transformation template.

What I have found ist this:

Code: [Select]
type=%qt%%CONVERT_TYPE(genOptDefaultDatabase,attType)%%qt%
For example: When you have the language JAVA, you have no type String in the "Programming Language Type". You add an attribute in the Class with type String and when you transform it to DLL it is VARCHAR(50). It is defined in the "Database Datatypes". But nothing with String. So, I can not see a mapping.

Kind regards

Joerg

6
Bugs and Issues / Re: Transforming datatype from PIM to PSM
« on: March 08, 2011, 06:55:10 pm »
I'm having the same problem.

I would like define some data types, like email or name which are both strings, but have a differnet length and are VARCHARS ind DDL.

So what I'm missing is an mapping from datatypes to DB sql-types.

Any idea?

With kind regards

Joerg Fechner

7
Hello,

I want to set the column properties in a column of a table in a transformation process, or with the Java API.

When the Primary Key is added as a column, so I want to set the autonum=true.

Can anybody help me?

With kindregards

Joerg

8
Yes, thank you!

That was exactly what I needed!

kind regards

Joerch

9
Hello!

I have a simple question: How can I get the Information if an index ist ascending or descing?

The Information is in the window "Database operation Properties", but I have not found a method in the Java API to get it.

Can anybody help me?

With kind regards

Joerg

Pages: [1]