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
 

Methods in org.apache.torque.engine.database.model that return Column
 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 Inheritance.getColumn()
          Get the value of parent.
 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 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
 void Inheritance.setColumn(Column v)
          Set the value of parent.
 

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

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 © 2000-2011 Apache Software Foundation. All Rights Reserved.