Klasse Index

java.lang.Object
org.apache.torque.templates.model.Index

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

    • 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.
  • Konstruktordetails

    • Index

      public Index()