Klasse Index
java.lang.Object
org.apache.torque.templates.model.Index
The model of the index tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
Index
public Index()
-