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[] TableMap.getColumns()
          Get a ColumnMap[] of the columns in this table.
 ColumnMap TableMap.getColumn(java.lang.String name)
          Get a ColumnMap for the named table.
 ColumnMap InheritanceMap.getColumn()
          Returns the column this inheritance map belongs to.
 

Methods in org.apache.torque.map with parameters of type ColumnMap
 boolean TableMap.containsColumn(ColumnMap column)
          Does this table contain the specified column?
 void TableMap.addColumn(ColumnMap cmap)
          Add a pre-created column to this table.
 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-2007 Apache Software Foundation. All Rights Reserved.