Class IndexColumn


  • public class IndexColumn
    extends Object
    The model of the index-column tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Index parent
        The index to which the IndexColumn belongs.
      • name

        public String name
        The name of the referenced column.
    • Constructor Detail

      • IndexColumn

        public IndexColumn()