public final class SchemaCrawler
extends java.lang.Object
| Constructor and Description |
|---|
SchemaCrawler(java.sql.Connection connection,
DatabaseSpecificOverrideOptions databaseSpecificOverrideOptions)
Constructs a SchemaCrawler object, from a connection.
|
| Modifier and Type | Method and Description |
|---|---|
Catalog |
crawl(SchemaCrawlerOptions options)
Crawls the database, to obtain database metadata.
|
public SchemaCrawler(java.sql.Connection connection,
DatabaseSpecificOverrideOptions databaseSpecificOverrideOptions)
connection - An database connection.databaseSpecificOverrideOptions - Database specific overridesSchemaCrawlerException - On a SchemaCrawler exceptionpublic Catalog crawl(SchemaCrawlerOptions options) throws SchemaCrawlerException
options - SchemaCrawler options that control what metadata is returnedSchemaCrawlerException - On an exceptionCopyright © 2000-2018 Sualeh Fatehi. All rights reserved.