Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] how to enumerate data types


Takehiro,

You can use the DatabaseDefinitionRegistry class to retrieve a DatabaseDefinition for a specific database version.  From the DatabaseDefinition, you can call  any of the getPredfinedDatatypeXxx methods to get the PredefinedDataTypeDefinitions.  The PredefinedDataTypeDefinition class contains methods for retrieving all the datatype metadata.

Larry Dunnell
RAD Data Tools, DB2 Tooling,  Eclipse WTP Project and Eclipse DTP Project
IBM DB2 Information Management Software




"hosokawa" <hosokawa@xxxxxxxxxxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx

11/16/2006 02:35 AM

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

To
"DTP development mailing list" <dtp-dev@xxxxxxxxxxx>
cc
Subject
[dtp-dev] how to enumerate data types





Hi,

How can I enumerate Data Types available in the DTP frameworks or tools?
I think validation of data types would be checked when SQL Editor excuses
scripts,
so there might be any way to get thier infomation.
I'm sorry, but I'm beginner of DTP...

Best regards,

Takehiro Hosokawa
VALWAY Technology Center, NEC Soft, Ltd.

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


Back to the top