On Feb 1, 2008 4:01 AM, Rijk van Haaften <[EMAIL PROTECTED]> wrote: > org.apache.ddlutils.model.Column has > getDescription() and > setDescription() > > Can I use it for any custom description I'd like, or does it have a > formal meaning?
Hi Rijk, right now they are present because the are part of the model as defined by the Turbine schema (the DTD that DdlUtils and Torque use). Once http://issues.apache.org/jira/browse/DDLUTILS-27 is implemented, these will actually represent the column comments in the database. Tom
