You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Andreas Andreou <an...@di.uoa.gr> on 2003/01/03 16:32:49 UTC

[SOURCE] Issue #TRQS107 - Provide alternative method for adding a column to an index (...

You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/TRQS107>

Type :        Enhancement
Issue Id :    TRQS107
Reported by: Andreas Andreou
             andyhot - (andyhot@di.uoa.gr)

Details:

Summary: Provide alternative method for adding a column to an index (in Index.java)
Description: In order to enhance the sql2xml task, it would be nice if we could add a column in an index using a method like : public void addColumn(Column col) .