public final class SchemaCrawler
extends java.lang.Object
| Constructor and Description |
|---|
SchemaCrawler(java.sql.Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions)
Constructs a SchemaCrawler object, from a connection.
|
| Modifier and Type | Method and Description |
|---|---|
Catalog |
crawl()
Crawls the database, to obtain database metadata.
|
public SchemaCrawler(java.sql.Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions)
connection - An database connection.schemaRetrievalOptions - Database-specific schema retrieval overridesschemaCrawlerOptions - SchemaCrawler optionspublic Catalog crawl() throws SchemaCrawlerException
SchemaCrawlerException - On an exceptionCopyright © 2000-2019 Sualeh Fatehi. All rights reserved.