| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
|---|
| 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 | 
|---|
| 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 | 
|---|
| 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(DocumentImpl doc,
             String tableName,
             ResultSetMetaData md,
             ResultSet rs,
             Column[] columns,
             int rowCount)Convert a row from the result set into an Element | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||