Uses of Interface
org.equanda.ymport.TableHandler

Packages that use TableHandler
org.equanda.ymport   
 

Uses of TableHandler in org.equanda.ymport
 

Classes in org.equanda.ymport that implement TableHandler
 class TableHandlerBase
          Base implementation for a TableHandler
 

Fields in org.equanda.ymport with type parameters of type TableHandler
protected static HashMap<String,TableHandler> DatabaseMapAdapter.SELECTORS_MAP
          map object, for quick retrieval of selector TableHandler
protected static HashMap<String,TableHandler> DatabaseMapAdapter.TABLES_MAP
          map object, for quick and easy retrieval of TableHandler
 

Methods in org.equanda.ymport that return TableHandler
 TableHandler DatabaseMapAdapter.getSelector(String table)
          Get the handler for a specific selector which needs parameters.
 TableHandler DatabaseMap.getSelector(String table)
          Get the handler for a specific selector which needs parameters.
 TableHandler DatabaseMapAdapter.getTableHandler(String table)
          Get the table handler for a specific table/selector combination
 TableHandler DatabaseMap.getTableHandler(String table)
          Get the table handler for a specific table/selector combination.
 

Constructors in org.equanda.ymport with parameters of type TableHandler
ImportHandler(TableHandler table, Collection fields)
           
 



Copyright © 2007-2009. All Rights Reserved.