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

Packages that use Index
org.apache.turbine.torque.engine.database.model Torque persistance layer. 
org.apache.turbine.torque.engine.database.transform Torque persistance layer. 
 

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

Methods in org.apache.turbine.torque.engine.database.model that return Index
 Index Table.addIndex(org.xml.sax.AttributeList attrib)
          Deprecated. A utility function to create a new index from attrib and add it to this table.
 Index[] Table.getIndices()
          Deprecated. Returns an Array containing all the FKs in the table
 

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

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

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



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.