Uses of Class
org.apache.torque.engine.database.model.Index

Packages that use Index
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
org.kuali.core.db.torque   
 

Uses of Index in org.apache.torque.engine.database.model
 

Subclasses of Index in org.apache.torque.engine.database.model
 class Unique
          Information about unique columns of a table.
 

Methods in org.apache.torque.engine.database.model that return Index
 Index Table.addIndex(Attributes attrib)
          A utility function to create a new index from attrib and add it to this table.
 

Methods in org.apache.torque.engine.database.model with parameters of type Index
 void Table.addIndex(Index index)
          Adds a new index to the index list and set the parent table of the column to the current table
 

Uses of Index in org.apache.torque.engine.database.transform
 

Fields in org.apache.torque.engine.database.transform declared as Index
private  Index XmlToAppData.currIndex
           
 

Uses of Index in org.kuali.core.db.torque
 

Fields in org.kuali.core.db.torque declared as Index
private  Index KualiXmlToAppData.currIndex
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.