schemacrawler.crawl
Class CachedSchemaCrawler
java.lang.Object
schemacrawler.crawl.CachedSchemaCrawler
- All Implemented Interfaces:
- SchemaCrawler
public class CachedSchemaCrawler
- extends Object
- implements SchemaCrawler
CachedSchemaCrawler
public CachedSchemaCrawler(Database database)
crawl
public void crawl(SchemaCrawlerOptions options,
CrawlHandler handler)
throws SchemaCrawlerException
- Description copied from interface:
SchemaCrawler
- 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.
- Specified by:
crawl in interface SchemaCrawler
- Parameters:
options - Optionshandler - Handler for SchemaCrawler
- Throws:
SchemaCrawlerException - On an exception
getDatabase
public Database getDatabase()
Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.