| Package | Description |
|---|---|
| schemacrawler.tools.catalogloader | |
| schemacrawler.tools.executable | |
| schemacrawler.tools.options | |
| schemacrawler.tools.utility |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogLoader.setAdditionalConfiguration(Config additionalConfig) |
void |
BaseCatalogLoader.setAdditionalConfiguration(Config additionalConfig) |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerCommand<?> |
CommandRegistry.configureNewCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
SchemaCrawlerCommand<?> |
CommandProvider.newSchemaCrawlerCommand(String command,
Config config) |
void |
SchemaCrawlerExecutable.setAdditionalConfiguration(Config additionalConfig) |
boolean |
CommandProvider.supportsSchemaCrawlerCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
boolean |
BaseCommandProvider.supportsSchemaCrawlerCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigOptionsBuilder.toConfig() |
| Modifier and Type | Method and Description |
|---|---|
ConfigOptionsBuilder<B,O> |
ConfigOptionsBuilder.fromConfig(Config config) |
void |
Config.merge(Config config) |
| Constructor and Description |
|---|
Config(Config config) |
| 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.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.