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

Packages that use Table
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
 

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

Methods in org.apache.torque.engine.database.model that return Table
 Table Database.addTable(org.xml.sax.Attributes attrib)
          An utility method to add a new table from an xml attribute.
 Table Index.getTable()
          Get the parent Table of the index
 Table Column.getTable()
          Get the parent Table of the column
 Table ForeignKey.getTable()
          Get the parent Table of the foreign key
 Table IdMethodParameter.getTable()
          Get the parent Table of the id method
 Table Database.getTable(java.lang.String name)
          Return the table with the specified name.
 Table Database.getTableByJavaName(java.lang.String javaName)
          Return the table with the specified javaName.
 

Methods in org.apache.torque.engine.database.model with parameters of type Table
 void Database.addTable(Table tbl)
          Add a table to the list and sets the Database property to this Database
 void Index.setTable(Table parent)
          Set the parent Table of the index
 void Column.setTable(Table parent)
          Set the parent Table of the column
 void ForeignKey.setTable(Table parent)
          Set the parent Table of the foreign key
 void IdMethodParameter.setTable(Table parent)
          Set the parent Table of the id method
 

Constructors in org.apache.torque.engine.database.model with parameters of type Table
Index(Table table, java.util.List indexColumns)
          Creates a new instance for the list of columns composing an index.
 

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

Methods in org.apache.torque.engine.database.transform that return Table
 Table XmlToData.DataRow.getTable()
           
 

Constructors in org.apache.torque.engine.database.transform with parameters of type Table
XmlToData.DataRow(Table table, java.util.List columnValues)
           
 



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