DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Need XMLTYPE DataType #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

 -) Add a new XMLTYPE Data Type for Binary XML Storage

How is this currently done or handled?

 -) Columns with XMLTYPE datatype must be manually created.

What version of the product are you using? On what operating system?

 -) PreRelease 0.12

Please provide any additional information below.

   ,xml_data   xmltype
   xmltype column xml_data store as binary xml
   xmlschema "http://www.somedomain.com/schema/Data.xsd"
     element "main"

Original issue reported on code.google.com by Duane.Di...@dmstexga.com on 1 Dec 2012 at 11:01