Class Index


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

      • parent

        public Table parent
        The table to which the index belongs.
      • optionList

        public List<Option> optionList
        The list of otions for the index.
      • indexColumnList

        public List<IndexColumn> indexColumnList
        The list of indexColumns for the index.
      • name

        public String name
        The name of the index.
      • indexColumnNames

        public String indexColumnNames
        Contains all index column names in a comma-separated String.
    • Constructor Detail

      • Index

        public Index()