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

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

Uses of TableMap in org.apache.turbine.om.security.peer
 

Methods in org.apache.turbine.om.security.peer that return TableMap
protected static TableMap TurbineUserPeer.getTableMap()
          Returns the TableMap related to this peer.
 

Uses of TableMap in org.apache.turbine.util.db
 

Fields in org.apache.turbine.util.db declared as TableMap
private  TableMap IDBroker.tableMap
          The TableMap referencing the ID_TABLE for this IDBroker.
 

Constructors in org.apache.turbine.util.db with parameters of type TableMap
IDBroker(TableMap tMap)
          Creates an IDBroker for the ID table.
 

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

Fields in org.apache.turbine.util.db.map declared as TableMap
private  TableMap ColumnMap.table
          The TableMap for this column.
private  TableMap DatabaseMap.idTable
          A special table used to generate primary keys for the other tables.
 

Methods in org.apache.turbine.util.db.map that return TableMap
 TableMap DatabaseMap.getIdTable()
          Get the ID table for this database.
 TableMap DatabaseMap.getTable(java.lang.String name)
          Get a TableMap for the table by name.
 TableMap[] DatabaseMap.getTables()
          Get a TableMap[] of all of the tables in the database.
 

Methods in org.apache.turbine.util.db.map with parameters of type TableMap
 boolean DatabaseMap.containsTable(TableMap table)
          Does this database contain this specific table?
 void DatabaseMap.addTable(TableMap map)
          Add a new TableMap to the database.
 void DatabaseMap.setIdTable(TableMap idTable)
          Set the ID table for this database.
 

Constructors in org.apache.turbine.util.db.map with parameters of type TableMap
ColumnMap(java.lang.String name, TableMap containingTable)
          Constructor.
 



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