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

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

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

Fields in org.apache.turbine.torque.engine.database.model declared as Table
private  Table IdMethodParameter.parentTable
          Deprecated.  
private  Table Index.parentTable
          Deprecated.  
private  Table Unique.parentTable
          Deprecated.  
private  Table ForeignKey.parentTable
          Deprecated.  
private  Table Column.parentTable
          Deprecated.  
 

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

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

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

Fields in org.apache.turbine.torque.engine.database.transform declared as Table
private  Table XmlToData.DataRow.table
           
private  Table XmlToAppData.currTable
          Deprecated.  
private  Table XmlToAppData.foreignTable
          Deprecated.  
 

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

Methods in org.apache.turbine.torque.engine.database.transform with parameters of type Table
private  void SQLToAppData.Create_Table_Column(Table tbl)
          Deprecated. Parses column information between the braces of a CREATE TABLE () sql statement.
private  void SQLToAppData.Create_Table_Column_Primary(Table tbl)
          Deprecated. Parses PRIMARY KEY (FOO,BAR) statement
private  void SQLToAppData.Create_Table_Column_Unique(Table tbl)
          Deprecated. Parses UNIQUE (NAME,FOO,BAR) statement
private  void SQLToAppData.Create_Table_Column_Foreign(Table tbl)
          Deprecated. Parses FOREIGN KEY (BAR) REFERENCES TABLE (BAR) statement
private  void SQLToAppData.Create_Table_Column_Data(Table tbl)
          Deprecated. Parse the data definition of the column statement.
 

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



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