| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 | IdMethodParameter.getTable()Get the parent Table of the id method | 
|  Table | Column.getTable()Get the parent Table of the column | 
|  Table | ForeignKey.getTable()Get the parent Table of the foreign key | 
|  Table | Database.getTable(String name)Return the table with the specified name. | 
|  Table | Database.getTableByJavaName(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 | IdMethodParameter.setTable(Table parent)Set the parent Table of the id method | 
|  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 | 
| Constructors in org.apache.torque.engine.database.model with parameters of type Table | |
|---|---|
| Index(Table table,
           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,
                                   List<XmlToData.ColumnValue> columnValues) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||