Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] EDataType inheritance


the NCHAR datatype is already modeled in the SQL Model.



on the CharacterStringDataType instance, you have to set the primitiveType attribute to PrimitiveType.NATIONAL_CHARACTER .

thanks,

- Hemant



Anil Samuel <anil.samuel@xxxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx

08/28/2006 04:14 PM

Please respond to
DTP development mailing list <dtp-dev@xxxxxxxxxxx>

To
dtp-dev@xxxxxxxxxxx
cc
Subject
[dtp-dev] EDataType inheritance





Hi

Is it possible to have a DataType inherit from another (E)DataType or
EClass ?

I am looking to model

CHAR -> CharacterStringDataType (DTP)
NCHAR -> CHAR

and so on.

Regards
Anthos
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top