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

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

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

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

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

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

Fields in org.apache.turbine.torque.engine.database.transform declared as Unique
private  Unique XmlToAppData.currUnique
          Deprecated.  
 



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