On Fri, 2002-10-18 at 15:40, [EMAIL PROTECTED] wrote: > Hi all, > > I am looking at leveraging the JDBC -> xml capabilties of the SQL package. > I looked at the JDBCTransformTask, and it does what I need, but I would like > to output the information in a different format (what DBForms uses > www.dbforms.org). > > Should I refactor the JDBCTransformTask into two classes, one with all the > getColumns(), getTables() etc, and one that outputs the data in Torque > format? And then use the refactored DatabaseMetaDataBuilder (?) and my own > DbFormsJDBCTransform to output the metadata in my own format? > > I don't want to refactor the code if it isn't something that would be > commited.
I've got some code that someone contributed that cleans things up and matches to tool up to the model. I will check it in tomorrow. > Eric Pugh -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
