Class Index
java.lang.Object
org.apache.torque.templates.model.Index
The model of the index tag in a Torque schema file.
- Version:
- $Id: $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of indexColumns for the index.Contains all index column names in a comma-separated String.The name of the index.The list of otions for the index.The table to which the index belongs. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The table to which the index belongs. -
optionList
The list of otions for the index. -
indexColumnList
The list of indexColumns for the index. -
name
The name of the index. -
indexColumnNames
Contains all index column names in a comma-separated String.
-
-
Constructor Details
-
Index
public Index()
-