Uses of Interface
ISSearch.ISDBinterface

Uses of ISDBinterface in ISSearch
 

Classes in ISSearch that implement ISDBinterface
 class ISDB
          This class is used to open and close the database connection, to prepare the DB schema (tables and indexes) for storage, and to store crawled data into this schema.
 

Methods in ISSearch that return ISDBinterface
 ISDBinterface ISDBCrawler.getDBInterface()
          Returns the built-in database interface of the crawler
 ISDBinterface ISDBCrawlerInterface.getDBInterface()
          Returns the built-in database interface of the crawler