On 9/26/05, Hale India <[EMAIL PROTECTED]> wrote: > I am using Ojb from some time and would like to find > out Turbine XML format definition. > > I have been looking at Turbine site, torque site etc.
You can find the DTDs here: http://db.apache.org/torque/dtd/ the DTD currently used by DdlUtils would be the 3.1 version: http://db.apache.org/torque/dtd/database_3_1.dtd (not that there are much differences to the 3.2 version) > I am trying to get it because I would like to create > our database using ddlutils and I would like to find > if it is possible to use COMMENT and or REMARK in > database. Interesting, I didn't know this is possible. How about you create a feature request for DdlUtils and I add (for databases that support this) the corresponding COMMENT statements ? > When I create XML from our database, by now Comment on > our columns are lost and Index also. (Not primary Keys > nor Foreign Keys but Index). The comments are retained where the DTD allows to (description attributes). But you're right, for foreign keys and indices there is no description attribute. You could ask the Torque guys for whether they could add this attribute. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
