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

Packages that use ColumnMap
org.apache.torque.map   
org.apache.torque.util   
 

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.
 

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.
 

Uses of ColumnMap in org.apache.torque.util
 

Methods in org.apache.torque.util that return ColumnMap
private static ColumnMap BasePeer.getPrimaryKey(Criteria criteria)
          Helper method which returns the primary key contained in the given Criteria object.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.