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   
org.kuali.core.db.torque   
 

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

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

Methods in org.apache.torque.engine.database.model that return Column
 Column Table.addColumn(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(String name)
          Returns a specified column.
 Column Table.getColumnByJavaName(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
 

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, String val)
           
 

Uses of Column in org.kuali.core.db.torque
 

Fields in org.kuali.core.db.torque declared as Column
private  Column KualiXmlToAppData.currColumn
           
 

Methods in org.kuali.core.db.torque that return Column
protected  Column[] KualiTorqueDataDumpTask.getColumns(ResultSetMetaData md)
          Generate an array of Column objects from the result set metadata
 

Methods in org.kuali.core.db.torque with parameters of type Column
protected  Object KualiTorqueDataDumpTask.getColumnValue(ResultSet rs, int index, Column column, int rowCount, String tableName)
          Extract a column value from the result set, converting as needed
protected  Element KualiTorqueDataDumpTask.getRow(org.apache.xerces.dom.DocumentImpl doc, String tableName, ResultSetMetaData md, ResultSet rs, Column[] columns, int rowCount)
          Convert a row from the result set into an Element
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.