| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.tools.catalogloader | |
| schemacrawler.tools.executable | |
| schemacrawler.tools.utility | |
| schemacrawler.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(DatabaseConnectionSource dataSource,
SchemaCrawlerOptions schemaCrawlerOptions)
Crawls a database, and returns a catalog.
|
static Catalog |
SchemaCrawlerUtility.getCatalog(DatabaseConnectionSource dataSource,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig)
Crawls a database, and returns a catalog.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MetaDataUtility.reduceCatalog(Catalog catalog,
SchemaCrawlerOptions schemaCrawlerOptions) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.