| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.tools.catalogloader | |
| schemacrawler.tools.executable | |
| schemacrawler.tools.utility |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SchemaCrawler.crawl()
Crawls the database, to obtain database metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static WeakAssociationBuilder |
WeakAssociationBuilder.builder(Catalog catalog) |
static AlternateKeyBuilder |
AlternateKeyBuilder.builder(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
CatalogLoader.getCatalog() |
Catalog |
BaseCatalogLoader.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogLoader.setCatalog(Catalog catalog) |
void |
BaseCatalogLoader.setCatalog(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SchemaCrawlerExecutable.getCatalog() |
Catalog |
SchemaCrawlerCommand.getCatalog() |
Catalog |
BaseSchemaCrawlerCommand.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCrawlerExecutable.setCatalog(Catalog catalog) |
void |
SchemaCrawlerCommand.setCatalog(Catalog catalog) |
void |
BaseSchemaCrawlerCommand.setCatalog(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
SchemaCrawlerUtility.getCatalog(Connection connection,
SchemaCrawlerOptions schemaCrawlerOptions)
Crawls a database, and returns a catalog.
|
static Catalog |
SchemaCrawlerUtility.getCatalog(Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig) |
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.