schemacrawler.schemacrawler
Interface SchemaCrawler

All Known Implementing Classes:
CachedSchemaCrawler, DatabaseSchemaCrawler

public interface SchemaCrawler


Method Summary
 void crawl(SchemaCrawlerOptions options, CrawlHandler handler)
          Crawls the schema for all tables and views, and other database objects.
 

Method Detail

crawl

void crawl(SchemaCrawlerOptions options,
           CrawlHandler handler)
           throws SchemaCrawlerException
Crawls the schema for all tables and views, and other database objects. The options control the extent of the crawling, while the handler is responsible for doing something (such as outputting details) each time a new object is found and processed.

Parameters:
options - Options
handler - Handler for SchemaCrawler
Throws:
SchemaCrawlerException - On an exception


Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.