| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schemacrawler | |
| schemacrawler.tools.catalogloader | |
| schemacrawler.tools.executable | |
| schemacrawler.tools.utility |
| Constructor and Description |
|---|
SchemaCrawler(DatabaseConnectionSource dataSource,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions options)
Constructs a SchemaCrawler object, from a database connection source.
|
| 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 |
|---|---|
SchemaRetrievalOptions |
SchemaCrawlerExecutable.getSchemaRetrievalOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCrawlerExecutable.setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRetrievalOptions |
SchemaCrawlerUtility.matchSchemaRetrievalOptions(DatabaseConnectionSource dataSource)
Returns database specific options using an existing SchemaCrawler database plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
SchemaCrawlerUtility.getCatalog(DatabaseConnectionSource dataSource,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig)
Crawls a database, and returns a catalog.
|
static void |
SchemaCrawlerUtility.updateConnectionDataSource(DatabaseConnectionSource dataSource,
SchemaRetrievalOptions schemaRetrievalOptions)
Updates the connection data source by attaching a connection initializer.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.