Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dtp-dev] help with XMI DB definition files

Hello Rob,

I'm interesting how I could edit such file by hand.  Basically, what are the meanings of the various tags and attributes in the XMI? Especially I'm interesting about the bolded tags. Where can I find this documented?

<predefinedDataTypeDefinitions xmi:id="BIGINT_1" keyConstraintSupported="true" identitySupported="true" primitiveType="BIGINT" jdbcEnumType="-5" javaClassName="long">

    <defaultValueTypes>NULL</defaultValueTypes>
    <name>BIGINT</name>
  </predefinedDataTypeDefinitions>

Could you help me with information about this data type definition, please?

Thank you and advance,
Dimiter

-----Original Message-----
From: dtp-dev-bounces@xxxxxxxxxxx [mailto:dtp-dev-bounces@xxxxxxxxxxx] On Behalf Of rcernich@xxxxxxxxxx
Sent: Wednesday, 8. November 2006 18:11
To: DTP development mailing list
Subject: Re: [dtp-dev] help with XMI DB definition files

Hey Anthos,

> I think I have raised this topic sometime back.
> Could someone please guide me on how the file eclipse//plugins/
> org.eclipse.datatools.enablement.oracle.dbdefinition_*/runtime/
> vendors/Oracle_10/Oracle_10.xmi is generated ?

I'm not sure how these were generated initially, but I can tell you that
I've just been editing the files by hand.  I think you could write a little
EMF based application to create the model elements and serialize it out,
but, for me, it was just easier to hand edit.

Rob

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

Back to the top