| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schemacrawler | |
| schemacrawler.tools.catalogloader | |
| schemacrawler.tools.executable | |
| schemacrawler.tools.utility |
| Constructor and Description |
|---|
SchemaCrawler(Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions options)
Constructs a SchemaCrawler object, from a connection.
|
| Modifier and Type | Method and Description |
|---|---|
static SchemaRetrievalOptions |
SchemaRetrievalOptionsBuilder.newSchemaRetrievalOptions() |
SchemaRetrievalOptions |
SchemaRetrievalOptionsBuilder.toOptions() |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRetrievalOptionsBuilder |
SchemaRetrievalOptionsBuilder.builder(SchemaRetrievalOptions options) |
SchemaRetrievalOptionsBuilder |
SchemaRetrievalOptionsBuilder.fromOptions(SchemaRetrievalOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SchemaRetrievalOptions |
CatalogLoader.getSchemaRetrievalOptions() |
SchemaRetrievalOptions |
BaseCatalogLoader.getSchemaRetrievalOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogLoader.setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
void |
BaseCatalogLoader.setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCrawlerExecutable.setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRetrievalOptions |
SchemaCrawlerUtility.matchSchemaRetrievalOptions(Connection connection)
Returns database specific options using an existing SchemaCrawler database plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
SchemaCrawlerUtility.getCatalog(Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig) |
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.