Uses of Class
org.apache.turbine.util.db.map.ColumnMap

Packages that use ColumnMap
org.apache.turbine.om.peer   
org.apache.turbine.util.db.map   
 

Uses of ColumnMap in org.apache.turbine.om.peer
 

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

Uses of ColumnMap in org.apache.turbine.util.db.map
 

Methods in org.apache.turbine.util.db.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.turbine.util.db.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.
 



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