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

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

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

Fields in org.apache.torque.engine.database.model declared as Column
private  Column Inheritance.parent
           
private  Column Table.inheritanceColumn
           
 

Methods in org.apache.torque.engine.database.model that return Column
 Column Inheritance.getColumn()
          Get the value of parent.
 Column Table.addColumn(org.xml.sax.Attributes attrib)
          A utility function to create a new column from attrib and add it to this table.
 Column Table.getChildrenColumn()
          Gets the column that subclasses of the class representing this table can be produced from.
 Column[] Table.getColumns()
          Returns an Array containing all the columns in the table
 Column Table.getColumn(java.lang.String name)
          Returns a specified column.
 Column Table.getColumnByJavaName(java.lang.String javaName)
          Returns a specified column.
 

Methods in org.apache.torque.engine.database.model with parameters of type Column
 void Inheritance.setColumn(Column v)
          Set the value of parent.
 void Table.addColumn(Column col)
          Adds a new column to the column list and set the parent table of the column to the current table
 boolean Table.containsColumn(Column col)
          Returns true if the table contains a specified column
 

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

Fields in org.apache.torque.engine.database.transform declared as Column
private  Column XmlToData.ColumnValue.col
           
private  Column XmlToAppData.currColumn
           
 

Methods in org.apache.torque.engine.database.transform that return Column
 Column XmlToData.ColumnValue.getColumn()
           
 

Constructors in org.apache.torque.engine.database.transform with parameters of type Column
XmlToData.ColumnValue(Column col, java.lang.String val)
           
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.