Uses of Class
org.apache.torque.map.ColumnMap

Packages that use ColumnMap
org.apache.torque.map Description of the schema layout. 
 

Uses of ColumnMap in org.apache.torque.map
 

Methods in org.apache.torque.map that return ColumnMap
 ColumnMap InheritanceMap.getColumn()
          Returns the column this inheritance map belongs to.
 ColumnMap TableMap.getColumn(java.lang.String name)
          Get a ColumnMap for the named table.
 ColumnMap[] TableMap.getColumns()
          Get a ColumnMap[] of the columns in this table.
 

Methods in org.apache.torque.map with parameters of type ColumnMap
 void TableMap.addColumn(ColumnMap cmap)
          Add a pre-created column to this table.
 boolean TableMap.containsColumn(ColumnMap column)
          Does this table contain the specified column?
 void InheritanceMap.setColumn(ColumnMap column)
          Sets the column this inheritance map belongs to.
 

Constructors in org.apache.torque.map with parameters of type ColumnMap
InheritanceMap(ColumnMap column, java.lang.String key, java.lang.String className, java.lang.String ancestor)
          Create an inheritance map object.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.